diff options
Diffstat (limited to 'sound.nix')
-rw-r--r-- | sound.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sound.nix b/sound.nix deleted file mode 100644 index 48ddf18..0000000 --- a/sound.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ config, pkgs, ... }: - -{ - hardware.bluetooth.enable = true; - security.rtkit.enable = true; - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - jack.enable = true; - }; -} |