summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers/hyprwm/hyprshade/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/hyprwm/hyprshade/default.nix')
-rw-r--r--pkgs/applications/window-managers/hyprwm/hyprshade/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/hyprwm/hyprshade/default.nix b/pkgs/applications/window-managers/hyprwm/hyprshade/default.nix
index f009ac40ac38..229f53ed3de8 100644
--- a/pkgs/applications/window-managers/hyprwm/hyprshade/default.nix
+++ b/pkgs/applications/window-managers/hyprwm/hyprshade/default.nix
@@ -27,6 +27,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/loqusion/hyprshade";
description = "Hyprland shade configuration tool";
+ mainProgram = "hyprshade";
license = licenses.mit;
maintainers = with maintainers; [ willswats ];
platforms = platforms.linux;