oxygen-sounds: init at 5.25.3
These are the notification sounds used all over the place by Plasma components.
This commit is contained in:
parent
6af31b8b76
commit
df2318949e
@ -340,6 +340,8 @@ in
|
||||
plasma-workspace
|
||||
plasma-workspace-wallpapers
|
||||
|
||||
oxygen-sounds
|
||||
|
||||
breeze-icons
|
||||
pkgs.hicolor-icon-theme
|
||||
|
||||
|
@ -131,6 +131,7 @@ let
|
||||
libksysguard = callPackage ./libksysguard {};
|
||||
milou = callPackage ./milou.nix {};
|
||||
oxygen = callPackage ./oxygen.nix {};
|
||||
oxygen-sounds = callPackage ./oxygen-sounds.nix {};
|
||||
plasma-browser-integration = callPackage ./plasma-browser-integration.nix {};
|
||||
plasma-desktop = callPackage ./plasma-desktop {};
|
||||
plasma-disks = callPackage ./plasma-disks.nix {};
|
||||
|
9
pkgs/desktops/plasma-5/oxygen-sounds.nix
Normal file
9
pkgs/desktops/plasma-5/oxygen-sounds.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
mkDerivation,
|
||||
extra-cmake-modules,
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
pname = "oxygen-sounds";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user