From 7cb2c19c9c9bda0466a5fd82d768df17158599e9 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 17 Mar 2025 14:25:02 +0800 Subject: [PATCH] feat(hyprland): tweak kitty startup --- users/modules/programs/hyprland.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/users/modules/programs/hyprland.nix b/users/modules/programs/hyprland.nix index 3d0cd8a..84aaf41 100644 --- a/users/modules/programs/hyprland.nix +++ b/users/modules/programs/hyprland.nix @@ -41,12 +41,11 @@ # Programs exec-once = [ - "waybar" ]; # Keybinds "$mainMod" = "SUPER"; - "$terminal" = "kitty"; + "$terminal" = "kitty -1 -e zellij"; "$browser" = "firefox"; "$music" = "spotify";