home/breakerbox: add more program breakers

This commit is contained in:
2025-06-04 12:10:34 +02:00
parent 0026cfb484
commit 0bdd97a80b
13 changed files with 40 additions and 36 deletions

View File

@@ -1,7 +1,9 @@
{ pkgs, ... }:
{
{ config, lib, pkgs, ... }:
let
cfg = config.programs.taskwarrior;
in
lib.mkIf cfg.enable {
programs.taskwarrior = {
enable = true;
package = pkgs.taskwarrior3;
config = rec {
report.minimal.filter = "(status:pending or status:waiting)";