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