about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-04 18:57:57 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-04 19:07:28 +0200
commit8ef0e05298428942d68ff8840a9262dfb99d06a0 (patch)
treeeaa2e6e3c0ce0e586193c1a7275f322ff9a93446 /modules
parentrefactor(modules/lf/ctpv): Migrate the previewers to pkgs.writeShellApplication (diff)
downloadnixos-config-8ef0e05298428942d68ff8840a9262dfb99d06a0.zip
fix(modules/taskwarrior): Completely move to taskwarrior3
Diffstat (limited to 'modules')
-rw-r--r--modules/by-name/ta/taskwarrior/module.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/by-name/ta/taskwarrior/module.nix b/modules/by-name/ta/taskwarrior/module.nix
index cad3f05e..4d015467 100644
--- a/modules/by-name/ta/taskwarrior/module.nix
+++ b/modules/by-name/ta/taskwarrior/module.nix
@@ -97,11 +97,13 @@ in {
     home-manager.users.soispha = lib.mkIf cfg.enable {
       services.taskwarrior-sync = {
         enable = true;
+        package = pkgs.taskwarrior3;
       };
 
       programs.taskwarrior = {
         enable = true;
         colorTheme = ./nord.theme;
+        package = pkgs.taskwarrior3;
         extraConfig = cfg.includeFiles;
 
         config = {