From 4c9de992ed017dd4e613b3dbf2de36fcf815a2ab Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 21 Apr 2022 21:39:43 +0300 Subject: [PATCH] disable tmux --- users/patriot/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/users/patriot/default.nix b/users/patriot/default.nix index d924728..248b84a 100644 --- a/users/patriot/default.nix +++ b/users/patriot/default.nix @@ -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;