Gruvbox theme, extra apps
This commit is contained in:
parent
abbcb74af5
commit
708c3c3dae
|
@ -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; [
|
||||
|
|
Loading…
Reference in New Issue