about summary refs log tree commit diff
path: root/pkgs/by-name/g3/g3kb-switch/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/g3/g3kb-switch/package.nix')
-rw-r--r--pkgs/by-name/g3/g3kb-switch/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/g3/g3kb-switch/package.nix b/pkgs/by-name/g3/g3kb-switch/package.nix
index 625cd6ef9a3d..91994eb36624 100644
--- a/pkgs/by-name/g3/g3kb-switch/package.nix
+++ b/pkgs/by-name/g3/g3kb-switch/package.nix
@@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://github.com/lyokha/g3kb-switch";
     description = "CLI keyboard layout switcher for GNOME Shell";
+    mainProgram = "g3kb-switch";
     license = licenses.bsd2;
     maintainers = with maintainers; [ Freed-Wu ];
     platforms = platforms.unix;