about summary refs log tree commit diff
path: root/home/modules/shell.nix
diff options
context:
space:
mode:
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";