nixos-config/home/profiles/terminal/shell/fish.nix

8 lines
110 B
Nix

{
programs.fish = {
enable = true;
interactiveShellInit = ''
set fish_greeting
'';
};
}