From 7510cce53236e3318a55bee1119c25651861d43b Mon Sep 17 00:00:00 2001 From: Philip Mueller Date: Fri, 23 Jun 2023 13:05:03 +0200 Subject: [PATCH] [presets] add audio module --- presets/audio.toml | 1 + presets/plasma-steam/05-audio.toml | 1 + presets/plasma/04-audio.toml | 1 + presets/xfce-manjaro/07-audio.toml | 1 + presets/xfce/04-audio.toml | 1 + 5 files changed, 5 insertions(+) create mode 100644 presets/audio.toml create mode 120000 presets/plasma-steam/05-audio.toml create mode 120000 presets/plasma/04-audio.toml create mode 120000 presets/xfce-manjaro/07-audio.toml create mode 120000 presets/xfce/04-audio.toml diff --git a/presets/audio.toml b/presets/audio.toml new file mode 100644 index 0000000..4f61cc5 --- /dev/null +++ b/presets/audio.toml @@ -0,0 +1 @@ +packages = ["alsa-firmware", "alsa-utils", "pavucontrol", "pulseaudio-bluetooth", "pulseaudio-ctl", "pulseaudio-zeroconf"] diff --git a/presets/plasma-steam/05-audio.toml b/presets/plasma-steam/05-audio.toml new file mode 120000 index 0000000..479121d --- /dev/null +++ b/presets/plasma-steam/05-audio.toml @@ -0,0 +1 @@ +../audio.toml \ No newline at end of file diff --git a/presets/plasma/04-audio.toml b/presets/plasma/04-audio.toml new file mode 120000 index 0000000..479121d --- /dev/null +++ b/presets/plasma/04-audio.toml @@ -0,0 +1 @@ +../audio.toml \ No newline at end of file diff --git a/presets/xfce-manjaro/07-audio.toml b/presets/xfce-manjaro/07-audio.toml new file mode 120000 index 0000000..479121d --- /dev/null +++ b/presets/xfce-manjaro/07-audio.toml @@ -0,0 +1 @@ +../audio.toml \ No newline at end of file diff --git a/presets/xfce/04-audio.toml b/presets/xfce/04-audio.toml new file mode 120000 index 0000000..479121d --- /dev/null +++ b/presets/xfce/04-audio.toml @@ -0,0 +1 @@ +../audio.toml \ No newline at end of file