aboutsummaryrefslogtreecommitdiff
path: root/hosts/desktop/audio.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop/audio.nix')
-rw-r--r--hosts/desktop/audio.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/desktop/audio.nix b/hosts/desktop/audio.nix
new file mode 100644
index 0000000..e34b073
--- /dev/null
+++ b/hosts/desktop/audio.nix
@@ -0,0 +1,11 @@
+{ ... }:
+
+{
+ security.rtkit.enable = true;
+ services.pipewire = {
+ enable = true;
+ alsa.enable = true;
+ alsa.support32Bit = true;
+ pulse.enable = true;
+ };
+}