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,14 +5,14 @@
... ...
}: }:
let let
inherit (pkgs.writers) writeFishBin writeBashBin; inherit (pkgs.writers) writeFishBin;
nixos-rebuild = nixos-rebuild =
name: word: name: word:
pkgs.writers.writeBashBin name '' writeFishBin name ''
env --chdir $HOME/.nixconf sudo nixos-rebuild ${word} --flake .#$(hostname) \ ${pkgs.nh}/bin/nh os ${word} $HOME/.nixconf $argv \
&& ${lib.my.checkPath pkgs.libnotify "notify-send"} nixos-rebuild "Rebuild complete" \ && ${lib.my.checkPath pkgs.libnotify "notify-send"} nixos-rebuild "Rebuild complete" \
-a nixos-rebuild \ -a nixos-rebuild \
-i ${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg -i ${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg
''; '';
in in
{ {
@ -58,9 +58,9 @@ in
getext = pkgs.writeScriptBin "ls | grep -E \"\.[a-zA-Z0-9]+$\" --only-matching | sort | uniq"; 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) 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"; gentest = nixos-rebuild "gentest" "test";

View file

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