feat (home/packages): taskwarrior

This commit is contained in:
Henri Saudubray 2026-01-11 14:32:14 +01:00
parent 2105e77db4
commit a218f6d345

View file

@ -65,6 +65,13 @@
programs = {
home-manager.enable = true;
taskwarrior = {
enable = true;
dataLocation = "${config.home.homeDirectory}/.local/share/task";
colorTheme = "light-256";
config.editor = "hx";
};
# Helix configuration
helix = {
enable = true;
@ -126,6 +133,8 @@
enable = true;
bashrcExtra = ''
export PS1=" \W \[\e[33m\]λ\[\e[0m\] "
task ls
'';
};