nixpkgs/pkgs/desktops/plasma-5/oxygen-sounds.nix
Alois Wohlschlager df2318949e
oxygen-sounds: init at 5.25.3
These are the notification sounds used all over the place by Plasma
components.
2022-07-28 18:09:49 +02:00

10 lines
136 B
Nix

{
mkDerivation,
extra-cmake-modules,
}:
mkDerivation {
pname = "oxygen-sounds";
nativeBuildInputs = [ extra-cmake-modules ];
}