mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -05:00
home/shell: added browsh and rbw
This commit is contained in:
parent
aa6bde6dde
commit
f84b03992f
|
@ -11,6 +11,7 @@
|
|||
python3
|
||||
ruby
|
||||
wget
|
||||
browsh
|
||||
];
|
||||
|
||||
programs.bash = {
|
||||
|
@ -68,6 +69,8 @@
|
|||
|
||||
programs.nnn.enable = true;
|
||||
|
||||
programs.rbw.enable = true;
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
mouse = true;
|
||||
|
|
Loading…
Reference in a new issue