From ef5b67c3e9b9dba157aae0f0ce3e05551eb9db98 Mon Sep 17 00:00:00 2001 From: m3tm3re Date: Mon, 18 May 2026 20:09:28 +0200 Subject: [PATCH] chore: +hyprland configType --- profiles/contexts/desktop/wm/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/contexts/desktop/wm/hyprland.nix b/profiles/contexts/desktop/wm/hyprland.nix index 75e3cd8..d34391a 100644 --- a/profiles/contexts/desktop/wm/hyprland.nix +++ b/profiles/contexts/desktop/wm/hyprland.nix @@ -11,6 +11,7 @@ in { config = mkIf cfg.enable { wayland.windowManager.hyprland = { + configType = "hyprlang"; settings = { xwayland = { force_zero_scaling = true;