From 363f289d92f2eec2d0493c3ad91b9753f3a4877c Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 16 Feb 2020 03:09:55 +0100 Subject: machines/profpatsch: set up bluetooth The wiki article is positively awesome: https://nixos.wiki/wiki/Bluetooth --- machines/profpatsch/shiki.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'machines') diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index 02561f83..3e08f774 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -46,6 +46,10 @@ in { zeroconf.discovery.enable = true; # for Pillars of Eternity support32Bit = true; + package = pkgs.pulseaudio.override { + bluetoothSupport = true; + }; + extraModules = [ pkgs.pulseaudio-modules-bt ]; }; # steam # needed by some games (TODO: general module for games) @@ -59,6 +63,8 @@ in { # fcitx.engines = with pkgs.fcitx-engines; [ mozc ]; # }; # }; + hardware.bluetooth.enable = true; + services.blueman.enable = true; ###### # Nix -- cgit 1.4.1