Enable nh
All checks were successful
/ check (push) Successful in 1m44s

This commit is contained in:
Oliver Davies 2025-07-28 23:52:12 +01:00
parent d818f3a2d7
commit 4d470acfad
2 changed files with 5 additions and 3 deletions

View file

@ -13,8 +13,7 @@ check:
nix flake check
clean:
nix store optimise --verbose
nix store gc --verbose
nh clean all
collect-garbage:
nix-collect-garbage -d
@ -33,4 +32,4 @@ update:
nix flake update
_nixos command *args:
sudo nixos-rebuild {{ command }} --flake . {{ args }}
nh os {{ command }} . {{ args }}

3
modules2/nix/utils.nix Normal file
View file

@ -0,0 +1,3 @@
{
flake.modules.homeManager.base.programs.nh.enable = true;
}