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-10 01:09:41 +02:00
committed by Mihai Fufezan
parent fa41c8229d
commit 81e7498ec2
+1 -1
View File
@@ -230,7 +230,7 @@ in
''}
'';
passthru.providedSessions = ["hyprland"];
passthru.providedSessions = ["hyprland"] ++ optionals withSystemd ["hyprland-uwsm"];
meta = {
homepage = "https://github.com/hyprwm/Hyprland";