aboutsummaryrefslogtreecommitdiffstats
path: root/sys/sound
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-02-21 11:14:22 +0100
committerSilas Schöffel <sils@sils.li>2025-02-21 11:14:22 +0100
commitfd03c30d52cd2e1631bf2353a2b9e108e744e0d9 (patch)
treede64131bb35f1c4a2b20dee71ca97d2fcd131c3f /sys/sound
parenthm/theming: init module (diff)
downloadnix-config-fd03c30d52cd2e1631bf2353a2b9e108e744e0d9.zip
sound: init module
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;
- };
-}