taskwarrior: install vit 2.0.0
This commit is contained in:
parent
353d095957
commit
6f23407fc7
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ with lib;
|
||||||
let
|
let
|
||||||
|
|
||||||
cfg = config.programs.custom.taskwarrior;
|
cfg = config.programs.custom.taskwarrior;
|
||||||
|
unstable = import <nixpkgs-unstable> {};
|
||||||
|
|
||||||
taskNextWeek = pkgs.writeShellScriptBin "taskweek" # sh
|
taskNextWeek = pkgs.writeShellScriptBin "taskweek" # sh
|
||||||
''
|
''
|
||||||
|
@ -34,7 +35,7 @@ in {
|
||||||
taskNextWeek
|
taskNextWeek
|
||||||
tsak
|
tsak
|
||||||
|
|
||||||
vit
|
unstable.vit
|
||||||
|
|
||||||
python # needed for hooks
|
python # needed for hooks
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue