Disabled transience

The transience options only works for fish shell
This commit is contained in:
alejandro-angulo 2024-09-17 20:35:18 -07:00
parent 16de7d225a
commit 078ff04607
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -42,7 +42,6 @@ in {
programs.starship = { programs.starship = {
enable = true; enable = true;
enableTransience = true;
catppuccin.enable = true; catppuccin.enable = true;
}; };
}; };