From 84153bbf3e80e9c5c70caa7152d8eeb0327cd429 Mon Sep 17 00:00:00 2001 From: Nils Walther Date: Sat, 3 Jan 2026 11:53:07 +0100 Subject: [PATCH] zellij kein autostart --- home/alacritty.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/alacritty.nix b/home/alacritty.nix index 24bfda3..70d91b3 100644 --- a/home/alacritty.nix +++ b/home/alacritty.nix @@ -13,9 +13,9 @@ }; font.size = 12; - terminal.shell = { - program = "${pkgs.zellij}/bin/zellij"; - }; + # terminal.shell = { + # program = "${pkgs.zellij}/bin/zellij"; + # }; }; }; }