diff options
author | lassulus <lassulus@lassul.us> | 2022-07-20 17:24:08 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-07-20 17:24:08 +0200 |
commit | 42e91b31915fd4f5e5bab5bb0045691975d223d5 (patch) | |
tree | 57d79193dcdaee3172a4f7fae2e54981c4aea731 /makefu/2configs/hw/bluetooth.nix | |
parent | 2c03c42bd62e6890f4193e3023b286a80e6d1dcd (diff) | |
parent | 89d04e250514a3dc1c8f4dd6e073cdfe6b3f4a05 (diff) |
Merge remote-tracking branch 'gum/22.05'
Diffstat (limited to 'makefu/2configs/hw/bluetooth.nix')
-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" '' |