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:
committed by
Mihai Fufezan
parent
fa41c8229d
commit
81e7498ec2
@ -230,7 +230,7 @@ in
|
||||
''}
|
||||
'';
|
||||
|
||||
passthru.providedSessions = ["hyprland"];
|
||||
passthru.providedSessions = ["hyprland"] ++ optionals withSystemd ["hyprland-uwsm"];
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/hyprwm/Hyprland";
|
||||
|
||||
Reference in New Issue
Block a user