fix justfile
This commit is contained in:
parent
295155cbd7
commit
4a3106009a
4
justfile
4
justfile
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user