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";