mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 19:40:14 +00:00
makefile quick scripts
This commit is contained in:
@ -25,3 +25,11 @@ system:
|
||||
# Update the user environment
|
||||
home:
|
||||
home-manager switch -f ./home.nix
|
||||
|
||||
upgrade:
|
||||
nix-channel --update
|
||||
nixos-rebuild switch -I nixos-config=./configuration.nix --upgrade
|
||||
|
||||
prune:
|
||||
nix-env --delete-generations 14d
|
||||
nix-collect-garbage --delete-old
|
||||
|
Reference in New Issue
Block a user