Add gruvbox theme for fish shell
This commit is contained in:
parent
6ccd52c6d2
commit
e1456e2b3a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue