8 pname = "swayest-workstyle";
10 src = fetchFromGitHub {
12 repo = "swayest_workstyle";
14 hash = "sha256-Dk6rAiz7PXUfyy9fWMtSVRjaWWl66n38gTNyWKqeqkU=";
17 rustPlatform.buildRustPackage {
18 inherit pname version src;
20 cargoHash = "sha256-sLQPq3tyWq1TxxeFyg05qBt+KGI/vO0jLU7wJLiqcYA=";
26 description = "Map sway workspace names to icons defined depending on the windows inside of the workspace";
27 homepage = "https://github.com/Lyr-7D1h/swayest_workstyle";
28 license = lib.licenses.mit;
29 mainProgram = "sworkstyle";
30 maintainers = with lib.maintainers; [ ];
31 platforms = lib.platforms.linux;