nixos-config/home/terminal/shell/fish.nix
2025-06-06 11:20:44 +02:00

8 lines
110 B
Nix

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