From 3b5271135144a4dc87e41c18b530d0ae89403115 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:31:59 +0200 Subject: [PATCH] Stable --- home/scripts/laptop.nix | 1 - home/scripts/nixy/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 {