diff --git a/common/default.nix b/common/default.nix index a52e5d7..2bad15e 100644 --- a/common/default.nix +++ b/common/default.nix @@ -59,4 +59,7 @@ nix.gc.automatic = true; programs.fish.enable = true; + programs.fish.shellInit = '' + set fish_greeting + ''; }