feat: add nh

- Updated justfile to use nh for deploy commands
- Added nh to flake devShell
- Added nh and just to shell.nix
- Enabled programs.nh in nixos
This commit is contained in:
toast 2026-01-17 12:10:57 +09:00
parent f2a6dee669
commit 213ce6601f
5 changed files with 23 additions and 10 deletions

View file

@ -0,0 +1,8 @@
{
programs.nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 7d --keep 3";
flake = "/home/toast/nix-config";
};
}