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