6 rustPlatform.buildRustPackage rec {
7 pname = "hyprland-autoname-workspaces";
10 src = fetchFromGitHub {
11 owner = "hyprland-community";
12 repo = "hyprland-autoname-workspaces";
14 hash = "sha256-JEzsbJcDX/qx1CMy+3UwcHOwFLPqyAG58MpGMtdSyYY=";
17 cargoHash = "sha256-Rpivw4VCVHjZywDwr4pajfGv/mkOdVrXVT/9Oe2Hw44=";
20 description = "Automatically rename workspaces with icons of started applications";
21 homepage = "https://github.com/hyprland-community/hyprland-autoname-workspaces";
22 license = licenses.isc;
23 maintainers = with maintainers; [ donovanglover ];
24 mainProgram = "hyprland-autoname-workspaces";
25 platforms = platforms.linux;