aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/hm-module.nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2023-03-22 17:21:17 +0200
committerMihai Fufezan <[email protected]>2023-03-22 19:10:46 +0200
commitcf51a318078c82040eaeab29664bc34144ee1d62 (patch)
tree9b6159b753903ce41ad0a1d0cc5f4d51f22a34f7 /nix/hm-module.nix
parent5be42965ff9df71dcfb41e25663405c3e817ba17 (diff)
downloadHyprland-cf51a318078c82040eaeab29664bc34144ee1d62.tar.gz
Hyprland-cf51a318078c82040eaeab29664bc34144ee1d62.zip
Nix: disable HiDPI for default package
NOTE: the package `hyprland-no-hidpi` was removed, and instead `hyprland-hidpi` exists now.
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.
'';