diff --git a/home/scripts/laptop.nix b/home/scripts/laptop.nix index 3f89e65..1a31ff5 100644 --- a/home/scripts/laptop.nix +++ b/home/scripts/laptop.nix @@ -1,7 +1,6 @@ { imports = [ ./nixy - ./heaven ./nerdfetch ./sounds ./brightness diff --git a/home/scripts/nixy/default.nix b/home/scripts/nixy/default.nix index b741929..679be48 100644 --- a/home/scripts/nixy/default.nix +++ b/home/scripts/nixy/default.nix @@ -28,7 +28,7 @@ let ''; remote-rebuild = pkgs.writeShellScriptBin "remote-rebuild" '' - ssh -t heaven "cd ~/.config/heaven && git pull && heaven-rebuild" + ssh -t heaven "cd ~/.config/nixos && git pull && heaven-rebuild" ''; in {