Unverified Commit f21b5263 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

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

parents 7d871e10 4458925b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ customStdenv.mkDerivation (finalAttrs: {
  '';

  passthru = {
    providedSessions = [ "hyprland" ];
    providedSessions = [ "hyprland" ] ++ optionals withSystemd [ "hyprland-uwsm" ];
    updateScript = ./update.sh;
  };