summaryrefslogtreecommitdiff
path: root/modules/nixos/hyprland.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-12-04 18:48:27 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-12-04 18:48:27 -0700
commitf02b6fba2a984f7074103de93068b6b3d72b7ebf (patch)
treea505dba6876f6487a2aaeefc539d8f2be7e61a19 /modules/nixos/hyprland.nix
parent8b829695e10a828cb1e0b35620c0883a9160cd5f (diff)
hyprland xwayland patches deprecated
Diffstat (limited to 'modules/nixos/hyprland.nix')
-rw-r--r--modules/nixos/hyprland.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix
index c5872da..3ccc77c 100644
--- a/modules/nixos/hyprland.nix
+++ b/modules/nixos/hyprland.nix
@@ -32,11 +32,6 @@
hyprland = {
enable = true;
- xwayland = {
- enable = true;
- hidpi = true;
- };
-
# nvidiaPatches = true;
};