feat: rebuild and switch use nh now
This commit is contained in:
parent
a936da6b00
commit
3b5f91973c
2 changed files with 9 additions and 9 deletions
|
@ -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";
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue