labwc: provide session
This commit is contained in:
parent
1578564b07
commit
ca9c705bfd
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
(lib.mesonEnable "xwayland" true)
|
||||
];
|
||||
|
||||
passthru = {
|
||||
providedSessions = [ "labwc" ];
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/labwc/labwc";
|
||||
description = "A Wayland stacking compositor, inspired by Openbox";
|
||||
|
|
Loading…
Reference in a new issue