Fish: Difference between revisions

Bheeee (talk | contribs)
mNo edit summary
m The dconf path and the fish command was incorrect. I have corrected the case to make it work.
 
Line 162: Line 162:
     dconf = {
     dconf = {
         enable = true;
         enable = true;
         settings."org/gnome/console" = {
         settings."org/gnome/Console" = {
             shell = [ "FISH" ];
             shell = [ "fish" ];
         };
         };
     };
     };