6 rustPlatform.buildRustPackage rec {
7 pname = "yambar-hyprland-wses";
10 src = fetchFromGitHub {
12 repo = "yambar-hyprland-wses";
14 hash = "sha256-furHj1AAFgNiNHP9RBsVrIvrDckSKU8FXilzH9TQ99c=";
17 cargoHash = "sha256-/ewEgrBxRw5Xii5PX1GLKzBrZjgnzYc/Hz+M1pJpncQ=";
20 description = "Enable Yambar to show Hyprland workspaces";
21 homepage = "https://github.com/jonhoo/yambar-hyprland-wses";
22 license = with lib.licenses; [ asl20 mit ];
23 maintainers = with lib.maintainers; [ ludovicopiero ];
24 mainProgram = "yambar-hyprland-wses";
25 platforms = lib.platforms.linux;