feat: nh command wrapper

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-04 14:08:42 -03:00
parent eba07a1466
commit 5d0c8bdfeb
4 changed files with 154 additions and 1 deletions

View File

@@ -12,8 +12,11 @@
./hardware-configuration.nix
];
programs.nh.enable = true;
programs.nh.flake = "/home/guz/nix";
programs.nih.enable = true;
programs.nih.flakeDir = "/home/guz/.nix";
programs.nih.flakeDir = "/home/guz/nix";
programs.nih.host = "battleship";
profiles.locale.enable = true;