hyprland: add hyprland-uwsm to passthru.providedSessions (#478472)

This commit is contained in:
Austin Horstman
2026-01-10 04:14:54 +00:00
committed by GitHub
+1 -1
View File
@@ -214,7 +214,7 @@ customStdenv.mkDerivation (finalAttrs: {
'';
passthru = {
providedSessions = [ "hyprland" ];
providedSessions = [ "hyprland" ] ++ optionals withSystemd [ "hyprland-uwsm" ];
updateScript = ./update.sh;
};