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

@ -7,5 +7,7 @@ pkgs.mkShell {
git
sops
git-crypt
just
nh
];
}