Skip to content

Commit

Permalink
add taskwarrior
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Oct 28, 2024
1 parent 8b212da commit 6d10632
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nix/home-manager/astral/cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ in with lib; {
scdaemonSettings = { disable-ccid = true; };
};

programs.taskwarrior = {
enable = true;
package = pkgs.taskwarrior3;
};

home.packages = with pkgs; [ bitwarden-cli gh ranger ];
})
]);
Expand Down

0 comments on commit 6d10632

Please sign in to comment.