From 35d495e87259f13cf0a2256d16471e23f2bbea92 Mon Sep 17 00:00:00 2001 From: hektor Date: Mon, 2 Feb 2026 20:51:08 +0100 Subject: [PATCH] fix: add python dependency to 'taskwarrior' home module --- home/modules/taskwarrior.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/taskwarrior.nix b/home/modules/taskwarrior.nix index 10d8f59..bdc2798 100644 --- a/home/modules/taskwarrior.nix +++ b/home/modules/taskwarrior.nix @@ -22,6 +22,7 @@ in home.packages = with pkgs; [ libnotify taskopen + python3 ]; home.file = {