disable tmux
This commit is contained in:
parent
cb9fa60084
commit
4c9de992ed
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user