summary refs log tree commit diff
path: root/mixins/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'mixins/hyprland.nix')
-rw-r--r--mixins/hyprland.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/mixins/hyprland.nix b/mixins/hyprland.nix
index 84cab6f..1a063d9 100644
--- a/mixins/hyprland.nix
+++ b/mixins/hyprland.nix
@@ -9,6 +9,12 @@
     inputs.hyprland.nixosModules.default
   ];
   config = {
-    programs.hyprland.enable = true;
+    programs.hyprland = {
+      enable = true;
+      xwayland = {
+        enable = false;
+        hidpi = false;
+      };
+    };
   };
 }
\ No newline at end of file