aboutsummaryrefslogtreecommitdiffstats
path: root/sys/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sound')
-rw-r--r--sys/sound/default.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/sound/default.nix b/sys/sound/default.nix
deleted file mode 100644
index 3007098..0000000
--- a/sys/sound/default.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{...}: {
- services.pipewire = {
- enable = true;
- alsa = {
- enable = true;
- support32Bit = true;
- };
- pulse.enable = true;
- jack.enable = true;
- };
-}