mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-13 06:05:19 +01:00
This commit is contained in:
parent
2316628a2f
commit
faddcd064d
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.angrr = {
|
||||
enable = true;
|
||||
timer.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
baobab
|
||||
dupeguru
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue