10 lines
96 B
Nix
10 lines
96 B
Nix
{ pkgs, config, ... }:
|
|
|
|
{
|
|
programs = {
|
|
taskwarrior = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|