12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-MPLlHYTfDyL2Uy50A4lVke9SblXCErgJ24SP3kFuIPw=";
23 cargoHash = "sha256-dR6veXCGVMr5TbCvP0EqyQKTG2XM65VHF9U2nRWyzfA=";
25 buildFeatures = [ "gtk4_8" ];
27 nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];
28 buildInputs = [ glib gtk4 pango librsvg ];
31 description = "Clean and customizable greeter for greetd";
32 homepage = "https://github.com/rharish101/ReGreet";
33 license = licenses.gpl3Plus;
34 maintainers = with maintainers; [ fufexan ];
35 platforms = platforms.linux;
36 mainProgram = "regreet";