Gruvbox theme, extra apps
This commit is contained in:
parent
abbcb74af5
commit
708c3c3dae
|
@ -32,6 +32,7 @@
|
||||||
bitwarden
|
bitwarden
|
||||||
cachix
|
cachix
|
||||||
calibre
|
calibre
|
||||||
|
chromium
|
||||||
delta # Nice diffing pager for Git
|
delta # Nice diffing pager for Git
|
||||||
docker-compose
|
docker-compose
|
||||||
firefox
|
firefox
|
||||||
|
@ -43,7 +44,9 @@
|
||||||
gimp
|
gimp
|
||||||
heroku
|
heroku
|
||||||
htop
|
htop
|
||||||
|
kde-gruvbox
|
||||||
libreoffice
|
libreoffice
|
||||||
|
lshw
|
||||||
nerdfonts
|
nerdfonts
|
||||||
ripgrep
|
ripgrep
|
||||||
ruby_3_1
|
ruby_3_1
|
||||||
|
@ -56,8 +59,16 @@
|
||||||
wine
|
wine
|
||||||
winetricks
|
winetricks
|
||||||
zoom-us
|
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 = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
|
|
Loading…
Reference in New Issue