From adb12658008811978c6cfa9b4f1a81acc4241020 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 = {