lol

Merge pull request #248556 from ambroisie/meta-main-program

{rofi-bluetooth,i3lock}: add meta.mainProgram

authored by

Weijia Wang and committed by
GitHub
2eb9cd65 0584aa0d

+2
+1
pkgs/applications/misc/rofi-bluetooth/default.nix
··· 35 35 homepage = "https://github.com/nickclyde/rofi-bluetooth"; 36 36 license = licenses.gpl3Only; 37 37 maintainers = with maintainers; [ MoritzBoehme ]; 38 + mainProgram = "rofi-bluetooth"; 38 39 platforms = platforms.linux; 39 40 }; 40 41 })
+1
pkgs/applications/window-managers/i3/lock.nix
··· 25 25 ''; 26 26 homepage = "https://i3wm.org/i3lock/"; 27 27 maintainers = with maintainers; [ malyn domenkozar ]; 28 + mainProgram = "i3lock"; 28 29 license = licenses.bsd3; 29 30 platforms = platforms.all; 30 31 };