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

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

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