make vihome point at the right home.nix

This commit is contained in:
Griffin Smith 2020-06-03 16:28:43 -04:00
parent d13ef4080d
commit 67c88d9175

View file

@ -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";