hyprland: add hyprland-uwsm to passthru.providedSessions (#478472)
This commit is contained in:
@@ -214,7 +214,7 @@ customStdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
providedSessions = [ "hyprland" ];
|
||||
providedSessions = [ "hyprland" ] ++ optionals withSystemd [ "hyprland-uwsm" ];
|
||||
updateScript = ./update.sh;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user