feat: org todos in bar

This commit is contained in:
2026-05-10 01:55:21 +02:00
parent a8d96b7481
commit 07919fc687
11 changed files with 958 additions and 235 deletions

View File

@@ -50,6 +50,7 @@ python3Packages.buildPythonApplication {
pywayland
pyyaml
platformdirs
orgparse
];
doCheck = false;
dontWrapGApps = true;

View File

@@ -44,6 +44,7 @@ pkgs.mkShell {
python-lsp-ruff
pyyaml
platformdirs
orgparse
]
))
];