mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 04:31:57 -07:00
Nix: disable HiDPI for default package
NOTE: the package `hyprland-no-hidpi` was removed, and instead `hyprland-hidpi` exists now.
This commit is contained in:
committed by
Mihai Fufezan
parent
5be42965ff
commit
cf51a31807
@@ -25,7 +25,7 @@
|
||||
xwayland,
|
||||
debug ? false,
|
||||
enableXWayland ? true,
|
||||
hidpiXWayland ? true,
|
||||
hidpiXWayland ? false,
|
||||
legacyRenderer ? false,
|
||||
nvidiaPatches ? false,
|
||||
withSystemd ? true,
|
||||
|
@@ -67,7 +67,7 @@ in {
|
||||
};
|
||||
hidpi = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description = ''
|
||||
Enable HiDPI XWayland.
|
||||
'';
|
||||
|
@@ -47,7 +47,7 @@ in {
|
||||
};
|
||||
hidpi = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description = ''
|
||||
Enable HiDPI XWayland.
|
||||
'';
|
||||
|
Reference in New Issue
Block a user