6 rustPlatform.buildRustPackage rec {
10 src = fetchFromSourcehut {
11 owner = "~whynothugo";
14 hash = "sha256-7hFk/YGOQ5+gQy6pT5DRgMLThQ1vFAvUvdHekTyzIRU=";
17 cargoHash = "sha256-PohfLmUoK+2a7Glnje4Rbym2rvzydUJAYW+edOj7qeo=";
20 description = "Execute a program when a Wayland compositor reports being N seconds idle";
21 homepage = "https://git.sr.ht/~whynothugo/wayidle";
22 license = licenses.isc;
23 maintainers = with maintainers; [ tomfitzhenry ];
24 mainProgram = "wayidle";
25 platforms = platforms.linux;