ncg alias
This commit is contained in:
parent
a8e42d6e6d
commit
fe0347d1a3
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
nor = "sudo nixos-rebuild switch";
|
nor = "sudo nixos-rebuild switch";
|
||||||
nrs = nor;
|
nrs = nor;
|
||||||
nrb = "sudo nixos-rebuild boot";
|
nrb = "sudo nixos-rebuild boot";
|
||||||
|
ncg = "nix-collect-garbage";
|
||||||
vihome = "vim ~/code/system/home/home.nix && home-manager switch";
|
vihome = "vim ~/code/system/home/home.nix && home-manager switch";
|
||||||
virc = "vim ~/code/system/home/modules/shell.nix && home-manager switch && source ~/.zshrc";
|
virc = "vim ~/code/system/home/modules/shell.nix && home-manager switch && source ~/.zshrc";
|
||||||
visystem = "sudo vim /etc/nixos/configuration.nix && sudo nixos-rebuild switch";
|
visystem = "sudo vim /etc/nixos/configuration.nix && sudo nixos-rebuild switch";
|
||||||
|
|
Loading…
Reference in a new issue