From ff491badbb3675c97454449e4e05f060d6ff1df7 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Apr 2025 11:53:08 +0200 Subject: feat(modules/legacy/taskwarrior): Migrate to by-name --- modules/common/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/common/default.nix') diff --git a/modules/common/default.nix b/modules/common/default.nix index 01c6a41a..7b3713d0 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -185,7 +185,10 @@ firefox.enable = true; mpv.enable = true; swaylock.enable = true; - taskwarrior.enable = true; + taskwarrior = { + enable = true; + hooks = import ./hooks {inherit pkgs lib config;}; + }; yambar.enable = true; yt.enable = true; zathura.enable = true; -- cgit 1.4.1