From ff77b81b599265ae1ec85d8c7247c8cd97723020 Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Sun, 5 Apr 2026 00:16:42 +0200 Subject: [PATCH] Just run kitty instead of kitty tmux as i can not attach it --- systems/gandalf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/gandalf/default.nix b/systems/gandalf/default.nix index 553d09a..1bd870c 100644 --- a/systems/gandalf/default.nix +++ b/systems/gandalf/default.nix @@ -33,7 +33,7 @@ home-manager.users.avravels.home.hyprland.execOnce = [ "waybar" - "[workspace 1 silent] kitty tmux" + "[workspace 1 silent] kitty" "[workspace 1 silent] spotify" "[workspace 2 silent] firefox" ];