From 67c88d91757750bafef057a907eef3c338e43a9d Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 3 Jun 2020 16:28:43 -0400 Subject: make vihome point at the right home.nix --- home/modules/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/modules/shell.nix') 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"; -- cgit 1.4.1