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:
parent
5be42965ff
commit
cf51a31807
4 changed files with 5 additions and 4 deletions
|
|
@ -25,7 +25,7 @@
|
|||
xwayland,
|
||||
debug ? false,
|
||||
enableXWayland ? true,
|
||||
hidpiXWayland ? true,
|
||||
hidpiXWayland ? false,
|
||||
legacyRenderer ? false,
|
||||
nvidiaPatches ? false,
|
||||
withSystemd ? true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue