3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-02-04 17:05:28 +00:00

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";