make vihome point at the right home.nix
This commit is contained in:
parent
d13ef4080d
commit
67c88d9175
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
|||
nrs = nor;
|
||||
nrb = "sudo nixos-rebuild boot";
|
||||
ncg = "nix-collect-garbage";
|
||||
vihome = "vim ~/code/system/home/home.nix && home-manager switch";
|
||||
vihome = "vim ~/.config/nixpkgs/home.nix && home-manager switch";
|
||||
virc = "vim ~/code/system/home/modules/shell.nix && home-manager switch && source ~/.zshrc";
|
||||
visystem = "sudo vim /etc/nixos/configuration.nix && sudo nixos-rebuild switch";
|
||||
|
||||
|
|
Loading…
Reference in a new issue