7 rustPlatform.buildRustPackage rec {
8 pname = "hyprland-workspaces";
11 src = fetchFromGitHub {
12 owner = "FieldofClay";
13 repo = "hyprland-workspaces";
15 hash = "sha256-GhUjvFMlgjTdgtV9ASW7IqE2dBktPyOlRwg6qM1r7vc=";
18 cargoHash = "sha256-RZVQSkegX8Fa9SNY7tGNxyu312oeDjXK4U1+1/UIAyA=";
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; [ kiike donovanglover ];
26 mainProgram = "hyprland-workspaces";