mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
makefile quick scripts
This commit is contained in:
parent
03e1b99f51
commit
703b2673ba
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user