nix: add hyprland-uwsm to passthru.providedSessions

Fix issue with displayManager `defaultSession` not accepting the
stringsince it's missing from the lookup it does
with`passthru.providedSessions`.
This commit is contained in:
Austin Horstman 2026-01-09 16:15:59 -06:00 committed by Mihai Fufezan
parent fa41c8229d
commit 81e7498ec2

View file

@ -230,7 +230,7 @@ in
''}
'';
passthru.providedSessions = ["hyprland"];
passthru.providedSessions = ["hyprland"] ++ optionals withSystemd ["hyprland-uwsm"];
meta = {
homepage = "https://github.com/hyprwm/Hyprland";