This commit is contained in:
Tao Tien 2025-02-20 23:15:58 -08:00
parent 1c8250e0ba
commit 4fbbfbf769
3 changed files with 23 additions and 23 deletions

View file

@ -145,11 +145,11 @@ in {
};
};
# starship = {
# enable = true;
# enableNushellIntegration = true;
# settings = builtins.fromTOML (builtins.readFile ./starship.toml);
# };
starship = {
enable = true;
enableNushellIntegration = true;
settings = builtins.fromTOML (builtins.readFile ./starship.toml);
};
taskwarrior = {
enable = true;