feat: rebuild and switch use nh now

This commit is contained in:
Nydragon 2024-09-03 03:19:20 +02:00
parent a936da6b00
commit 3b5f91973c
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
2 changed files with 9 additions and 9 deletions

View file

@ -5,11 +5,11 @@
...
}:
let
inherit (pkgs.writers) writeFishBin writeBashBin;
inherit (pkgs.writers) writeFishBin;
nixos-rebuild =
name: word:
pkgs.writers.writeBashBin name ''
env --chdir $HOME/.nixconf sudo nixos-rebuild ${word} --flake .#$(hostname) \
writeFishBin name ''
${pkgs.nh}/bin/nh os ${word} $HOME/.nixconf $argv \
&& ${lib.my.checkPath pkgs.libnotify "notify-send"} nixos-rebuild "Rebuild complete" \
-a nixos-rebuild \
-i ${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg
@ -58,9 +58,9 @@ in
getext = pkgs.writeScriptBin "ls | grep -E \"\.[a-zA-Z0-9]+$\" --only-matching | sort | uniq";
rpaste = writeBashBin "rpaste" ''
rpaste = writeFishBin "rpaste" ''
export $(cat ${config.age.secrets.rustypaste.path} | xargs)
curl -F "file=@$1" -H "Authorization: $AUTH_TOKEN" https://rusty.ccnlc.eu/
${pkgs.rustypaste-cli}/bin/rpaste -a "$AUTH_TOKEN" -s "https://rusty.ccnlc.eu/" $argv
'';
gentest = nixos-rebuild "gentest" "test";

View file

@ -126,7 +126,7 @@
network = {
format-wifi = "{essid} ({signalStrength}%) ";
on-click = "${pkgs.foot}/bin/foot -t nmtui -e nmtui";
on-click = "${pkgs.foot}/bin/foot -a nmtui nmtui";
};
privacy = {
icon-size = 18;