aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 561de707..71a6cbf6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -81,8 +81,9 @@
inherit udis86;
};
hyprland-debug = hyprland.override {debug = true;};
- hyprland-no-hidpi = hyprland.override {hidpiXWayland = false;};
+ hyprland-hidpi = hyprland.override {hidpiXWayland = true;};
hyprland-nvidia = hyprland.override {nvidiaPatches = true;};
+ hyprland-no-hidpi = builtins.trace "hyprland-no-hidpi was removed. Please use the default package." hyprland;
udis86 = prev.callPackage ./nix/udis86.nix {};