home/shell: added browsh and rbw

This commit is contained in:
Aly Raffauf 2024-03-26 22:16:32 -04:00
parent aa6bde6dde
commit f84b03992f

View file

@ -11,6 +11,7 @@
python3 python3
ruby ruby
wget wget
browsh
]; ];
programs.bash = { programs.bash = {
@ -68,6 +69,8 @@
programs.nnn.enable = true; programs.nnn.enable = true;
programs.rbw.enable = true;
programs.tmux = { programs.tmux = {
enable = true; enable = true;
mouse = true; mouse = true;