6 rustPlatform.buildRustPackage rec {
7 pname = "hyprland-autoname-workspaces";
10 src = fetchFromGitHub {
11 owner = "hyprland-community";
12 repo = "hyprland-autoname-workspaces";
14 hash = "sha256-oXVKee3YAMXtVJBqJGt1SpH0KFzvIB278EN69A2OeXY=";
17 cargoHash = "sha256-Ub7jU9c0I/w4h1DBFvimP7SjkabkP9EF+qtHAPtdPFI=";
22 description = "Automatically rename workspaces with icons of started applications";
23 homepage = "https://github.com/hyprland-community/hyprland-autoname-workspaces";
24 license = licenses.isc;
25 maintainers = with maintainers; [ donovanglover ];
26 mainProgram = "hyprland-autoname-workspaces";
27 platforms = platforms.linux;