fix justfile

This commit is contained in:
Simon Gardling 2024-10-19 12:58:04 -04:00
parent 295155cbd7
commit 4a3106009a
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -7,11 +7,11 @@ format_system:
doas nixfmt /etc/nixos
system_update:
doas nix flake update /etc/nixos
doas nix flake update --flake /etc/nixos
doas nixos-rebuild boot --impure
home_update:
nix flake update ~/.config/home-manager
nix flake update --flake ~/.config/home-manager
rm -fr ~/.gtkrc-2.0
home-manager switch --impure