scheme helix

This commit is contained in:
Tao Tien 2025-01-28 17:54:51 -08:00
parent f029ed7c2a
commit 0a546f625d
4 changed files with 100 additions and 6 deletions

View file

@ -227,6 +227,6 @@
};
enable = true;
defaultEditor = true;
# package = inputs.helix.packages.${pkgs.system}.default;
package = inputs.helix.packages.${pkgs.system}.default;
};
}

View file

@ -74,7 +74,7 @@ def rebuild --wrapped [subcommand, ...rest] {
if ((open /etc/hostname --raw) == "NOlaptop\n" and not (try {$rest | first | str starts-with "--builders"} catch {true})) {
sudo nix store info --store ssh://nocomputer
}
sudo nice -n19 nixos-rebuild $subcommand --flake /home/tao/projects/NOflake/ --impure --verbose ...$rest
sudo systemd-inhibit nice -n19 nixos-rebuild $subcommand --flake /home/tao/projects/NOflake/ --impure --verbose ...$rest
toastify send rebuild done!
}
# def post-rebuild [] {