betterlockscreen: provide meta.mainProgram

This commit is contained in:
Norbert Melzer 2023-08-10 09:00:54 +02:00
parent 63e45105d8
commit 960b8c5ce7

View File

@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Fast and sweet looking lockscreen for linux systems with effects!";
homepage = "https://github.com/pavanjadhaw/betterlockscreen";
mainProgram = "betterlockscreen";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ eyjhb sebtm ];