NiksOS/home/shell/fish.nix
2025-07-10 20:52:45 +02:00

8 lines
110 B
Nix

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