From 8265783f7b5d15de2c88587bd20bb3a809a38e2e Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 20 Jul 2025 16:18:04 +0200 Subject: [PATCH] Modules/Fish: Disable greeting --- home/modules/fish/default.nix | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/home/modules/fish/default.nix b/home/modules/fish/default.nix index dde7c942..e1f9572b 100644 --- a/home/modules/fish/default.nix +++ b/home/modules/fish/default.nix @@ -13,7 +13,7 @@ in { config = lib.mkIf fish.enable { # https://github.com/catppuccin/fish/blob/main/themes/Catppuccin%20Mocha.theme - home.file.".config/fish/themes/catppuccin-latte.theme".text = '' + home.file.".config/fish/themes/system-theme.theme".text = '' fish_color_normal ${color.hex.text} fish_color_command ${color.hex.blue} fish_color_param ${color.hex.flamingo} @@ -87,24 +87,11 @@ in { }) ]; - plugins = [ - # Oh-my-fish plugins are stored in their own repositories, which - # makes them simple to import into home-manager. - # NOTE: Currently, HM ignores theme plugins - # { - # name = "Catppuccin Latte"; - # src = pkgs.fetchFromGitHub { - # owner = "catppuccin"; - # repo = "fish"; - # rev = "91e6d6721362be05a5c62e235ed8517d90c567c9"; - # sha256 = "sha256-l9V7YMfJWhKDL65dNbxaddhaM6GJ0CFZ6z+4R6MJwBA="; - # }; - # } - ]; + plugins = []; shellInit = '' - set -e fish_greeting - yes | fish_config theme save "catppuccin-latte" + set fish_greeting + yes | fish_config theme save "system-theme" ''; shellAbbrs = let