This commit is contained in:
Hadi 2024-06-11 23:31:59 +02:00
parent 0e3989391e
commit 3b52711351
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{ {
imports = [ imports = [
./nixy ./nixy
./heaven
./nerdfetch ./nerdfetch
./sounds ./sounds
./brightness ./brightness

View File

@ -28,7 +28,7 @@ let
''; '';
remote-rebuild = pkgs.writeShellScriptBin "remote-rebuild" '' 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 { in {