nh: nix-helper

This commit is contained in:
js0ny 2025-11-17 15:21:09 +00:00
parent d12c5d5e4e
commit 8a266783a2
9 changed files with 52 additions and 3 deletions

View file

@ -37,4 +37,14 @@
shell = pkgs.zsh;
};
programs.command-not-found.enable = true;
programs.nh = {
enable = true;
flake = "/home/js0ny/.dotfiles/nixcfgs";
clean = {
enable = true;
dates = "weekly";
extraArgs = "--keep 5 --keep-since 3d";
};
};
}