This commit is contained in:
Tao Tien 2025-04-22 15:52:06 -07:00
parent 75194d6d96
commit 1e05201b38
5 changed files with 36 additions and 38 deletions

View file

@ -155,11 +155,11 @@ in {
settings = builtins.fromTOML (builtins.readFile ./starship.toml);
};
taskwarrior = {
enable = true;
package = pkgs.taskwarrior3;
dataLocation = "/home/tao/sync";
};
# taskwarrior = {
# enable = true;
# package = pkgs.taskwarrior3;
# dataLocation = "/home/tao/sync";
# };
wezterm = {
enable = true;