6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitLab {
14 sha256 = "sha256-KmGAp0EPnnM+hPRpUGsbt+NU2v5mcPaRUqo0pqUr1L8=";
17 cargoHash = "sha256-9sOR99CaTyMQoGMKP2Cag6YNxmgEqNPE/kiJPziqB9U=";
20 description = "Helper to make sway behave more like awesomewm";
21 homepage = "https://gitlab.com/hyask/swaysome";
22 license = licenses.mit;
23 maintainers = with maintainers; [ esclear ];
24 platforms = platforms.linux;