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 = {
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue