profile/clean: add angrr
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Felix Buehler 2025-12-11 20:24:36 +01:00
parent 2316628a2f
commit faddcd064d

View file

@ -13,6 +13,11 @@ in
};
config = lib.mkIf cfg.enable {
services.angrr = {
enable = true;
timer.enable = true;
};
environment.systemPackages = with pkgs; [
baobab
dupeguru