Added nix helper

This commit is contained in:
FredzyW 2024-06-02 10:56:07 +02:00
parent c053c07ee4
commit 99a2c09865

9
moduler/common/nh.nix Normal file
View file

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
programs.nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/user/my-nixos-config";
};
}