This commit is contained in:
Hadi
2024-06-14 10:00:54 +02:00
parent 70a3473916
commit aae1271cf0
117 changed files with 616 additions and 1461 deletions

View File

@@ -23,14 +23,6 @@ let
sudo /run/current-system/bin/switch-to-configuration boot
'';
heaven-push = pkgs.writeShellScriptBin "heaven-push" ''
cd ~/dev/heaven && git add . && git commit -m ''${1:-Update} && git push
'';
remote-rebuild = pkgs.writeShellScriptBin "remote-rebuild" ''
ssh -t heaven "cd ~/.config/nixos && git pull && heaven-rebuild"
'';
in {
home.packages = with pkgs; [
nixy-rebuild
@@ -38,8 +30,5 @@ in {
nixy-update
nixy-gc
nixy-cb
heaven-push
remote-rebuild
];
}