From e1456e2b3a1bd38272698e635b0ab358951aa358 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Sat, 12 Jul 2025 12:29:00 +0800 Subject: [PATCH] Add gruvbox theme for fish shell --- suites/common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/suites/common.nix b/suites/common.nix index 26ca255..7d7b769 100644 --- a/suites/common.nix +++ b/suites/common.nix @@ -69,6 +69,9 @@ with lib; { programs.fish = { enable = true; interactiveShellInit = '' + # set gruvbox theme + theme_gruvbox + # yazi cd on quit. function y set tmp (mktemp -t "yazi-cwd.XXXXXX") @@ -217,6 +220,7 @@ with lib; { environment.systemPackages = with pkgs; [ aria2 btop + fishPlugins.gruvbox lynx ncdu rsync