This commit is contained in:
2024-10-20 20:46:51 -04:00
parent 641fca8001
commit 2e761cb0c2
4 changed files with 15 additions and 15 deletions

View File

@@ -8,12 +8,12 @@ format_system:
system_update:
doas nix flake update --flake /etc/nixos
doas nixos-rebuild boot --impure
nh os boot /etc/nixos -- --impure
home_update:
nix flake update --flake ~/.config/home-manager
rm -fr ~/.gtkrc-2.0
home-manager switch --impure
nh home switch ~/.config/home-manager -- --impure
sync_configs: format_home format_system
rsync -a --delete /etc/nixos/ ~/projects/configs/dotfiles/etcnixos/