update
This commit is contained in:
4
justfile
4
justfile
@@ -7,11 +7,11 @@ format_system:
|
||||
run0 nixfmt /etc/nixos
|
||||
|
||||
system_update:
|
||||
run0 nix flake update /etc/nixos
|
||||
run0 nix flake update --flake /etc/nixos
|
||||
run0 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user