9 maintainers = lib.teams.freedesktop.members;
13 xdg.sounds.enable = lib.mkOption {
14 type = lib.types.bool;
17 Whether to install files to support the
18 [XDG Sound Theme specification](https://www.freedesktop.org/wiki/Specifications/sound-theme-spec/).
23 config = lib.mkIf config.xdg.sounds.enable {
24 environment.systemPackages = [
25 pkgs.sound-theme-freedesktop
28 environment.pathsToLink = [