aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-08-21 22:37:28 +0300
committerMihai Fufezan <[email protected]>2024-08-21 22:37:28 +0300
commit1b1ecf77e0c195460eb5335652d65de6fd83cf7b (patch)
tree82dbb63b9261d507a514293edd225bcb0ed37c9c
parent883463f9dd7f1cdc68c3e32017c0a71ccbe39b26 (diff)
downloadHyprland-1b1ecf77e0c195460eb5335652d65de6fd83cf7b.tar.gz
Hyprland-1b1ecf77e0c195460eb5335652d65de6fd83cf7b.zip
Nix: include xcursor regardless of xwayland
-rw-r--r--nix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 9bae9d83..c8eaf731 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -136,11 +136,11 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
tomlplusplus
wayland
wayland-protocols
+ xorg.libXcursor
]
(lib.optionals stdenv.hostPlatform.isMusl [libexecinfo])
(lib.optionals enableXWayland [
xorg.libxcb
- xorg.libXcursor
xorg.libXdmcp
xorg.xcbutil
xorg.xcbutilerrors