From a47f7ff84e80461d8b877060e33cce6ff1190553 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 9 May 2015 09:12:16 +0200 Subject: modules/programs: Add module for taskwarrior. This comes with a patch to chainload taskwarrior configs and defaults to the config supplied by the module. So if we want to play around with different configuration values, it's easy to do by just adding a ~/.taskrc. Note that the patch uses nestlevel 2 for ~/.taskrc, because if we would use the default (1), the default configuration would be applied prior to parsing ~/.taskrc, which of course would balk our plan. Signed-off-by: aszlig --- modules/module-list.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/module-list.nix') diff --git a/modules/module-list.nix b/modules/module-list.nix index 2b7e31b6..0608c1b5 100644 --- a/modules/module-list.nix +++ b/modules/module-list.nix @@ -7,6 +7,7 @@ ./user/aszlig/programs/gajim ./user/aszlig/programs/git ./user/aszlig/programs/mpv + ./user/aszlig/programs/taskwarrior ./user/aszlig/programs/vim ./user/aszlig/programs/zsh ./user/aszlig/services/i3 -- cgit 1.4.1