disable tmux

This commit is contained in:
dusk 2022-04-21 21:39:43 +03:00
parent cb9fa60084
commit 4c9de992ed
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -390,10 +390,10 @@ in {
alacritty = { alacritty = {
enable = true; enable = true;
settings = { settings = {
shell = { /*shell = {
program = "${pkgs.tmux}/bin/tmux"; program = "${pkgs.tmux}/bin/tmux";
args = ["attach"]; args = ["attach"];
}; };*/
font = { font = {
normal = {family = font;}; normal = {family = font;};
size = fontSize; size = fontSize;
@ -402,7 +402,7 @@ in {
}; };
}; };
tmux = { tmux = {
enable = true; enable = false;
newSession = true; newSession = true;
secureSocket = true; secureSocket = true;
baseIndex = 1; baseIndex = 1;