GREAT PURGE, we are now flake driven per system

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-01-02 02:08:21 -06:00
parent 0ff5faa122
commit 49a893adec
193 changed files with 1 additions and 5036 deletions

View file

@ -47,7 +47,7 @@
- Setup config as needed
- top level flake.nix additions
- add hosts dir and files needed
- `sudo nixos-rebuild switch --flake ~/.config/nixos-config`
- `sudo nixos-rebuild switch --flake ~/.config/nixos-config/hosts/$HOSTNAME`
- Update remote, ssh should work now: `cd ~/.config/nixos-config && git remote remove origin && git remote add origin "ssh://git.joshuabell.xyz:3032/dotfiles" && git pull origin master`
## Local tooling
@ -63,10 +63,6 @@
- ssh key access, ssh iden in config in nix config
-
## Darwin
- TODO
### Notes
Dual booting windows?
@ -88,9 +84,6 @@ efi /EFI/Microsoft/Boot/bootmgfw.efi
# TODO
- on new cosmic the bar is shown can i have this hidden by default
- Split config into further flakes, inputs should not affect other systems, like first run without stormd
- work on secrets pre ragenix, stormd pre install for all the above bootstrapping steps would be ideal
- reduce home manager, make per user modules support instead
- Ensure my neovim undohistory/auto saves don't save `.age` files as they can be sensitive.
- can I get tmux `tat` attach to remove new window if it restored from saved session?