feat(desktop): enable wayland utils when hyprland is enabled

This commit is contained in:
Mohammad Rafiq 2025-06-12 23:05:52 +08:00
parent 9de4ef0ce6
commit 5ba27ad3ae
No known key found for this signature in database
2 changed files with 13 additions and 0 deletions

View file

@ -9,6 +9,7 @@ let
in
{
config = lib.mkIf (osConfig.desktop.windowManager == "hyprland") {
desktop.wayland.enableUtils = true;
wayland.windowManager.hyprland = {
enable = true;
systemd.enable = false;