aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/hm-module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hm-module.nix')
-rw-r--r--nix/hm-module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hm-module.nix b/nix/hm-module.nix
index 30cd59b5..9bad3fac 100644
--- a/nix/hm-module.nix
+++ b/nix/hm-module.nix
@@ -67,7 +67,7 @@ in {
};
hidpi = lib.mkOption {
type = lib.types.bool;
- default = true;
+ default = false;
description = ''
Enable HiDPI XWayland.
'';