From 8566126769219e67a0c5d3bc13d2d00345b3cae2 Mon Sep 17 00:00:00 2001 From: System administrator Date: Wed, 26 Sep 2018 15:24:25 +0200 Subject: [PATCH] bluetooth service --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 53f1b4d..eb15ecd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -84,6 +84,10 @@ in { sound.enable = true; hardware.pulseaudio.enable = true; + # Bluetooth + hardware.bluetooth.enable = true; + hardware.pulseaudio.package = pkgs.pulseaudioFull; + # Enable the X11 windowing system. services.xserver.enable = true; services.xserver.layout = "de";