fix: make taskwarrior available on both NixOS and standalone home-manager

This commit is contained in:
2026-01-14 22:57:27 +01:00
parent 8f3fd6e0dc
commit 43a6943ce6
5 changed files with 41 additions and 13 deletions

View File

@@ -115,7 +115,7 @@ with pkgs;
xmage
yamllint
yarn
(python311.withPackages (ppkgs: [
(python314.withPackages (ppkgs: [
ppkgs.plyer
ppkgs.dbus-python
]))