mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:13:54 -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 = {
|
||||||
|
@ -67,6 +68,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.nnn.enable = true;
|
programs.nnn.enable = true;
|
||||||
|
|
||||||
|
programs.rbw.enable = true;
|
||||||
|
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue