16 rustPlatform.buildRustPackage rec {
17 pname = "sway-easyfocus";
20 src = fetchFromGitHub {
22 repo = "sway-easyfocus";
24 hash = "sha256-ogqstgJqUczn0LDwpOAppC1J/Cs0IEOAXjNAnbiKn6M=";
27 cargoHash = "sha256-lAyKW6tjb4lVNA8xtvXLYYiLeKxSe/yfyY6h/f/WuP4=";
45 description = "Tool to help efficiently focus windows in Sway, inspired by i3-easyfocus";
46 homepage = "https://github.com/edzdez/sway-easyfocus";
47 license = lib.licenses.mit;
48 maintainers = with lib.maintainers; [ pjones ];
49 mainProgram = "sway-easyfocus";