summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers/i3/auto-layout.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/i3/auto-layout.nix')
-rw-r--r--pkgs/applications/window-managers/i3/auto-layout.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/i3/auto-layout.nix b/pkgs/applications/window-managers/i3/auto-layout.nix
index dfc0974834f4..bfcb35a870c9 100644
--- a/pkgs/applications/window-managers/i3/auto-layout.nix
+++ b/pkgs/applications/window-managers/i3/auto-layout.nix
@@ -18,6 +18,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Automatic, optimal tiling for i3wm";
+ mainProgram = "i3-auto-layout";
homepage = "https://github.com/chmln/i3-auto-layout";
license = licenses.mit;
maintainers = with maintainers; [ mephistophiles perstark ];