{ lib, config, ... }: lib.mkIf config.programs.hyprland.enable { programs.uwsm = { waylandCompositors.hyprland = { prettyName = "Hyprland"; comment = "Hyprland compositor managed by UWSM"; binPath = "/run/current-system/sw/bin/Hyprland"; }; }; }