lightdm-mini-greeter: put xgreeters in passthru

This commit is contained in:
worldofpeace
2019-09-18 11:13:43 -04:00
parent 6d7687871e
commit 5669b06235
2 changed files with 6 additions and 6 deletions
@@ -22,6 +22,11 @@ stdenv.mkDerivation rec {
--replace "Exec=lightdm-mini-greeter" "Exec=$out/bin/lightdm-mini-greeter"
'';
passthru.xgreeters = linkFarm "lightdm-mini-greeter-xgreeters" [{
path = "${lightdm-mini-greeter}/share/xgreeters/lightdm-mini-greeter.desktop";
name = "lightdm-mini-greeter.desktop";
}];
meta = with stdenv.lib; {
description = "A minimal, configurable, single-user GTK3 LightDM greeter";
homepage = https://github.com/prikhi/lightdm-mini-greeter;