diff options
author | Mihai Fufezan <[email protected]> | 2024-11-11 10:15:58 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-11-11 16:52:42 +0200 |
commit | b88e4a1a9a8a240d54a5006b35964c9e02f86f6b (patch) | |
tree | 21af567c98a64de13af5b3157f52ff8b77725f6e /nix | |
parent | ff411658e8b217cadf69887f7313d6fd2fc417f2 (diff) | |
download | Hyprland-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.nix | 1 |
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; |