about summary refs log tree commit diff stats
path: root/modules/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common/default.nix')
-rw-r--r--modules/common/default.nix5
1 files changed, 4 insertions, 1 deletions
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;