nix-config/users/tacocat/shell/fish.nix
2023-11-13 23:51:19 -05:00

9 lines
120 B
Nix

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