Skip to main content

Shell

There are many shells, but my shell is not like the other shells.

Fish

In your configuration.nix add:

programs.fish.enable = true;
users.users.<your-username>.shell = pkgs.fish;

Then run:

sudo nixos-rebuild switch