{ lib , rustPlatform , fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "hyprland-autoname-workspaces"; version = "1.1.14"; src = fetchFromGitHub { owner = "hyprland-community"; repo = "hyprland-autoname-workspaces"; rev = version; hash = "sha256-RTx4fmamjydrQzC1CpgbuvV6kg0S6Jyj/0Q9FrfrMlU="; }; cargoHash = "sha256-Te3nBgr3uq8km8lX3AkCAS28leolZLXEF68phIEpg5k="; meta = with lib; { description = "Automatically rename workspaces with icons of started applications"; homepage = "https://github.com/hyprland-community/hyprland-autoname-workspaces"; license = licenses.isc; maintainers = with maintainers; [ donovanglover ]; mainProgram = "hyprland-autoname-workspaces"; platforms = platforms.linux; }; }