mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
makefile quick scripts
This commit is contained in:
@ -25,3 +25,11 @@ system:
|
|||||||
# Update the user environment
|
# Update the user environment
|
||||||
home:
|
home:
|
||||||
home-manager switch -f ./home.nix
|
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