diff --git a/justfile b/justfile index 6f39649..46539ed 100644 --- a/justfile +++ b/justfile @@ -7,13 +7,11 @@ format_system: doas nixfmt /etc/nixos system_update: - doas nix flake update --flake /etc/nixos - nh os boot /etc/nixos -- --impure + nh os boot -u /etc/nixos home_update: - nix flake update --flake ~/.config/home-manager rm -fr ~/.gtkrc-2.0 - nh home switch ~/.config/home-manager -- --impure + nh home switch -u ~/.config/home-manager -- --impure sync_configs: format_home format_system rsync -a --delete /etc/nixos/ ~/projects/configs/dotfiles/etcnixos/