Gruvbox theme, extra apps

This commit is contained in:
Trevor Vallender 2023-03-03 16:28:56 +00:00
parent abbcb74af5
commit 708c3c3dae
1 changed files with 11 additions and 0 deletions

View File

@ -32,6 +32,7 @@
bitwarden
cachix
calibre
chromium
delta # Nice diffing pager for Git
docker-compose
firefox
@ -43,7 +44,9 @@
gimp
heroku
htop
kde-gruvbox
libreoffice
lshw
nerdfonts
ripgrep
ruby_3_1
@ -56,8 +59,16 @@
wine
winetricks
zoom-us
(import (fetchTarball https://github.com/cachix/devenv/archive/v0.6.tar.gz)).default
];
programs.tmux = {
enable = true;
plugins = with pkgs.tmuxPlugins; [
gruvbox
];
};
programs.neovim = {
enable = true;
plugins = with pkgs.vimPlugins; [