diff options
author | makefu <github@syntax-fehler.de> | 2022-06-10 21:37:49 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-06-10 21:39:00 +0200 |
commit | 99ea11ac5ef62994a33616927d651c7a3b26f918 (patch) | |
tree | b5b2bbcf66ec7deb1671b4bd533ade1e2ebe48bf /makefu/2configs/hw | |
parent | 301c1332209e2834242481b4c095f5771bb88ed6 (diff) |
ma: fix 22.05 evaluation errors
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r-- | makefu/2configs/hw/bluetooth.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/2configs/hw/bluetooth.nix b/makefu/2configs/hw/bluetooth.nix index 1b1675f14..171973ac5 100644 --- a/makefu/2configs/hw/bluetooth.nix +++ b/makefu/2configs/hw/bluetooth.nix @@ -5,7 +5,6 @@ hardware.pulseaudio = { enable = true; package = pkgs.pulseaudioFull; - extraModules = [ pkgs.pulseaudio-modules-bt ]; # systemWide = true; support32Bit = true; configFile = pkgs.writeText "default.pa" '' |