diff --git a/modules/software/system/fish.nix b/modules/software/system/fish.nix index 6f816de..d514dcf 100644 --- a/modules/software/system/fish.nix +++ b/modules/software/system/fish.nix @@ -24,7 +24,9 @@ in { interactiveShellInit = '' sh ${colorScript} ''; - # TODO: add fish greeting? + functions.fish_greeting = '' + ${lib.getExe pkgs.pfetch} + ''; }; }; }