nix-config/users/tacocat/shell/fish.nix

9 lines
120 B
Nix
Raw Normal View History

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