🚚 [shared] Added shared config that shared desktop config inherits from
This commit is contained in:
14
shared/desktop/modules/nix-helper.nix
Normal file
14
shared/desktop/modules/nix-helper.nix
Normal file
@ -0,0 +1,14 @@
|
||||
# Nix-Helper: github.com/viperML/nh
|
||||
{ common, ... }:
|
||||
|
||||
{
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = common.root;
|
||||
clean = {
|
||||
enable = true;
|
||||
dates = "weekly";
|
||||
extraArgs = "--keep-since 30d";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user