mirror of
https://github.com/vale981/Hyprland
synced 2025-03-04 17:11:39 -05:00
Nix: disable uwsm desktop file installation
Will be enabled in the NixOS module.
This commit is contained in:
parent
ff411658e8
commit
b88e4a1a9a
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ in
|
|||
(mapAttrsToList mesonEnable {
|
||||
"xwayland" = enableXWayland;
|
||||
"legacy_renderer" = legacyRenderer;
|
||||
"uwsm" = false;
|
||||
})
|
||||
(mapAttrsToList mesonBool {
|
||||
"b_pch" = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue