Fix duplicating "enable_transience" for fish

Starship enables fish transience automatically if it's transience is
enabled, duplicated call was causing errors

Remove obsolete fish.nix
This commit is contained in:
Evie Litherland-Smith 2024-09-01 13:09:30 +01:00
parent 624f347928
commit f151b3deb1
2 changed files with 0 additions and 8 deletions

View file

@ -1,7 +0,0 @@
{ ... }:
{
programs.fish = {
enable = true;
interactiveShellInit = "enable_transience";
};
}

View file

@ -1,6 +1,5 @@
{ ... }:
{
programs.fish.interactiveShellInit = "enable_transience";
programs.starship = {
enable = true;
enableTransience = true;