home | add timewarrior to taskwarrior config
This commit is contained in:
parent
edf0fcae5c
commit
629b879f03
2 changed files with 10 additions and 2 deletions
|
|
@ -55,7 +55,6 @@
|
|||
syncthing
|
||||
tailscale
|
||||
tig
|
||||
timewarrior
|
||||
tmux-cssh
|
||||
toot
|
||||
topgrade
|
||||
|
|
|
|||
|
|
@ -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
|
||||
# '';
|
||||
#};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue