This commit is contained in:
Till 2026-01-19 20:19:47 +01:00
parent deebde0386
commit 3c34e65b68
12 changed files with 91 additions and 40 deletions

View file

@ -11,6 +11,7 @@
home.packages = with pkgs; [
aichat
usbutils
wl-clipboard
@ -19,7 +20,7 @@
notmuch
w3m
openssl
gnupg
# gnupg
urlscan
ripmime
@ -50,11 +51,10 @@
# media
rhythmbox
vlc
appimage-run
# secrets
libsecret
# libsecret
keepassxc
yubioath-flutter
@ -70,9 +70,12 @@
];
programs.taskwarrior = {
package = pkgs.taskwarrior3;
enable = true;
package = pkgs.taskwarrior3;
dataLocation = "${config.xdg.dataHome}/taskwarrior/tasks";
colorTheme = "light-256";
config = {
report.list.columns = ["id" "depends.indicator" "priority" "project" "recur.indicator" "scheduled.countdown" "due" "until.age" "status.short" "description.count" "tags"];