diff --git a/home/shell/fish.nix b/home/shell/fish.nix index 958da57..4b6fdf7 100644 --- a/home/shell/fish.nix +++ b/home/shell/fish.nix @@ -1,3 +1,8 @@ { - programs.fish.enable = true; + programs.fish = { + enable = true; + interactiveShellInit = '' + set fish_greeting + ''; + }; }