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 = {
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