7 stdenvNoCC.mkDerivation (finalAttrs: {
8 pname = "plasma-plugin-blurredwallpaper";
11 src = fetchFromGitHub {
12 owner = "bouteillerAlan";
13 repo = "blurredwallpaper";
14 rev = "v${finalAttrs.version}";
15 hash = "sha256-P/N7g/cl2K0R4NKebfqZnr9WQkHPSvHNbKbWiOxs76k=";
20 install -d $out/share/plasma/wallpapers/a2n.blur{,.plasma5}
21 cp -r a2n.blur{,.plasma5} $out/share/plasma/wallpapers/
26 updateScript = nix-update-script { };
30 description = "Plasma 6 wallpaper plugin to blur the wallpaper of active window";
31 homepage = "https://github.com/bouteillerAlan/blurredwallpaper";
32 license = lib.licenses.gpl3;
33 maintainers = with lib.maintainers; [
37 platforms = lib.platforms.linux;