mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-15 15:02:09 +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 {
|
config = lib.mkIf cfg.enable {
|
||||||
|
services.angrr = {
|
||||||
|
enable = true;
|
||||||
|
timer.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
baobab
|
baobab
|
||||||
dupeguru
|
dupeguru
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue