about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/shiki.nix6
1 files changed, 6 insertions, 0 deletions
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