home | add timewarrior to taskwarrior config

This commit is contained in:
Don Harper 2023-10-10 07:10:52 -05:00
parent edf0fcae5c
commit 629b879f03
2 changed files with 10 additions and 2 deletions

View file

@ -55,7 +55,6 @@
syncthing
tailscale
tig
timewarrior
tmux-cssh
toot
topgrade

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [ taskwarrior tasksh vit ];
home.packages = with pkgs; [ taskwarrior tasksh vit timewarrior ];
programs.taskwarrior = {
enable = true;
colorTheme = "dark-green-256";
@ -196,4 +196,13 @@
news.version = "2.6.0";
};
};
# FIXME need to convert harper over before this will work
#home.file."timewarrior.cfg" = {
# enable = true;
# target = ".timewarrior/timewarrior.cfg";
# text = ''
# tags.nixos.description = Working on NixOS
# '';
#};
}