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";