We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc74de commit 930b1ccCopy full SHA for 930b1cc
pkgs/applications/window-managers/i3/lock-fancy-rapid.nix
@@ -33,6 +33,7 @@ stdenv.mkDerivation {
33
description = "Faster implementation of i3lock-fancy";
34
homepage = "https://github.com/yvbbrjdr/i3lock-fancy-rapid";
35
maintainers = with maintainers; [ nickhu ];
36
+ mainProgram = "i3lock-fancy-rapid";
37
license = licenses.bsd3;
38
platforms = platforms.linux;
39
};
0 commit comments