From 43a1e53f2bfa17580551e28497db183ccc461a02 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 5 Nov 2023 18:22:51 +0100 Subject: [PATCH] remove deprecated option --- modules/home/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 2109a0d..6ffbc1c 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -21,7 +21,7 @@ enable = true; xwayland = { enable = true; - hidpi = true; + # hidpi = true; }; enableNvidiaPatches = false; systemdIntegration = true;