about summary refs log tree commit diff
path: root/home/modules/shell.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-06-03T20·28-0400
committerGriffin Smith <root@gws.fyi>2020-06-03T20·28-0400
commit67c88d91757750bafef057a907eef3c338e43a9d (patch)
tree43b26bffe72a98f7f904c1557d6747c624830d75 /home/modules/shell.nix
parentd13ef4080d1eb1fa53ba4f52bf72c0d37c9ca20e (diff)
make vihome point at the right home.nix
Diffstat (limited to 'home/modules/shell.nix')
-rw-r--r--home/modules/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/modules/shell.nix b/home/modules/shell.nix
index dc4580039b..7737ab9d8c 100644
--- a/home/modules/shell.nix
+++ b/home/modules/shell.nix
@@ -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";