2024-02-28 07:53:08 -05:00

10 lines
96 B
Nix

{ pkgs, config, ... }:
{
programs = {
taskwarrior = {
enable = true;
};
};
}