diff options
author | Griffin Smith <root@gws.fyi> | 2020-06-03T20·28-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-06-03T20·28-0400 |
commit | 67c88d91757750bafef057a907eef3c338e43a9d (patch) | |
tree | 43b26bffe72a98f7f904c1557d6747c624830d75 /home/modules/shell.nix | |
parent | d13ef4080d1eb1fa53ba4f52bf72c0d37c9ca20e (diff) |
make vihome point at the right home.nix
Diffstat (limited to 'home/modules/shell.nix')
-rw-r--r-- | home/modules/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/modules/shell.nix b/home/modules/shell.nix index dc4580039ba2..7737ab9d8c90 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"; |