File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 866
866
s-tui
867
867
qutebrowser
868
868
xorg . xev
869
- unst . yewtube
869
+ pkgs . yewtube
870
870
niv
871
871
zip
872
872
unzip
@@ -936,8 +936,19 @@ in {
936
936
settings = {
937
937
font . size = 14 ;
938
938
window . startup_mode = "Fullscreen" ;
939
+ terminal . shell . program = "${ pkgs . bash } /bin/bash" ;
940
+ terminal . shell . args = [
941
+ "-c"
942
+ "${ pkgs . tmux } /bin/tmux attach || ${ pkgs . tmux } /bin/tmux"
943
+ ] ;
939
944
} ;
940
945
} ;
946
+ programs . tmux = {
947
+ enable = true ;
948
+ keyMode = "vi" ;
949
+ baseIndex = 1 ;
950
+ clock24 = true ;
951
+ } ;
941
952
#
942
953
# NOTE : direnv is used to cache nix development shells
943
954
# and protect them from being removed by the garbadge collector
@@ -1114,7 +1125,7 @@ in {
1114
1125
} ;
1115
1126
cfgProgrKeys = {
1116
1127
"${ mod } +Return" = "exec ${ alacritty } /bin/alacritty" ;
1117
- "${ mod } +y" = "exec ${ alacritty } /bin/alacritty -e ${ unst . yewtube } /bin/yt" ;
1128
+ "${ mod } +y" = "exec ${ alacritty } /bin/alacritty -e ${ pkgs . yewtube } /bin/yt" ;
1118
1129
"${ mod } +b" = "exec ${ qutebrowser } /bin/qutebrowser" ;
1119
1130
} ;
1120
1131
cfgBasicKeys = {
You can’t perform that action at this time.
0 commit comments