wayidle: remove with lib

This commit is contained in:
kyehn
2025-08-29 20:06:30 +08:00
parent b131c65977
commit 80de42ba09
+3 -3
View File
@@ -17,12 +17,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-rpmMUrVobYa9mGERJnhGsvebzWbuL+51VeuXKUIFdwg=";
meta = with lib; {
meta = {
description = "Execute a program when a Wayland compositor reports being N seconds idle";
homepage = "https://git.sr.ht/~whynothugo/wayidle";
license = licenses.isc;
license = lib.licenses.isc;
maintainers = [ ];
mainProgram = "wayidle";
platforms = platforms.linux;
platforms = lib.platforms.linux;
};
})