mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 16:23:55 -05:00
home/shell: added browsh and rbw
This commit is contained in:
parent
aa6bde6dde
commit
f84b03992f
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue