diff --git a/home/home.nix b/home/home.nix index af5cba5..1a8b4e5 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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 ''; };