mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-01-31 08:30:25 +00:00
- 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
8 lines
159 B
Nix
8 lines
159 B
Nix
{
|
|
programs.nh = {
|
|
enable = true;
|
|
clean.enable = true;
|
|
clean.extraArgs = "--keep-since 7d --keep 3";
|
|
flake = "/home/toast/nix-config";
|
|
};
|
|
}
|