mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
init nh
This commit is contained in:
8
home/programs/nh/default.nix
Normal file
8
home/programs/nh/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, ... }: {
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = config.var.configDirectory;
|
||||
clean.enable = config.var.autoGarbageCollector;
|
||||
clean.extraArgs = "--keep-since 4d --keep 3";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user