chore: update packages

This commit is contained in:
Guz
2024-11-02 18:29:12 -03:00
parent a47bdd657c
commit fec43ec9e8
2 changed files with 19 additions and 19 deletions

View File

@@ -21,6 +21,6 @@ in {
config = with lib;
mkIf cfg.enable {
programs.nh.package = wrapper;
programs.nh.clean.enable = mkDefault true;
# programs.nh.clean.enable = mkDefault true;
};
}