7 rustPlatform.buildRustPackage rec {
8 pname = "hyprland-workspaces";
11 src = fetchFromGitHub {
12 owner = "FieldofClay";
13 repo = "hyprland-workspaces";
15 hash = "sha256-a5P99aSqhlZqClXAoaUNv/jmuM5duLDf+OzMeKGwDVI=";
18 cargoHash = "sha256-LkAENnk1H1p8g7KKtkkh1aBtjXyM5scOtTROUaXwJhw=";
21 description = "Multi-monitor aware Hyprland workspace widget";
22 homepage = "https://github.com/FieldofClay/hyprland-workspaces";
23 license = licenses.mit;
24 platforms = platforms.linux;
25 maintainers = with maintainers; [
29 mainProgram = "hyprland-workspaces";