aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-11-11 10:15:58 +0200
committerMihai Fufezan <[email protected]>2024-11-11 16:52:42 +0200
commitb88e4a1a9a8a240d54a5006b35964c9e02f86f6b (patch)
tree21af567c98a64de13af5b3157f52ff8b77725f6e /nix
parentff411658e8b217cadf69887f7313d6fd2fc417f2 (diff)
downloadHyprland-b88e4a1a9a8a240d54a5006b35964c9e02f86f6b.tar.gz
Hyprland-b88e4a1a9a8a240d54a5006b35964c9e02f86f6b.zip
Nix: disable uwsm desktop file installation
Will be enabled in the NixOS module.
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 90c92272..69174d4d 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -152,6 +152,7 @@ in
(mapAttrsToList mesonEnable {
"xwayland" = enableXWayland;
"legacy_renderer" = legacyRenderer;
+ "uwsm" = false;
})
(mapAttrsToList mesonBool {
"b_pch" = false;