Add gruvbox theme for fish shell

This commit is contained in:
Fern Garden 2025-07-12 12:29:00 +08:00
parent 6ccd52c6d2
commit e1456e2b3a

View file

@ -69,6 +69,9 @@ with lib; {
programs.fish = { programs.fish = {
enable = true; enable = true;
interactiveShellInit = '' interactiveShellInit = ''
# set gruvbox theme
theme_gruvbox
# yazi cd on quit. # yazi cd on quit.
function y function y
set tmp (mktemp -t "yazi-cwd.XXXXXX") set tmp (mktemp -t "yazi-cwd.XXXXXX")
@ -217,6 +220,7 @@ with lib; {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
aria2 aria2
btop btop
fishPlugins.gruvbox
lynx lynx
ncdu ncdu
rsync rsync