From 82eac6549fe01ecd4b8aec799f1dba37eb253ecd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 12 Jan 2021 17:01:45 +0100 Subject: Extract bluetooth settings from laptop module --- system/settings/hardware/laptop.nix | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) (limited to 'system/settings/hardware/laptop.nix') diff --git a/system/settings/hardware/laptop.nix b/system/settings/hardware/laptop.nix index 24e7db86..1ea90628 100644 --- a/system/settings/hardware/laptop.nix +++ b/system/settings/hardware/laptop.nix @@ -1,23 +1,14 @@ { config, pkgs, lib, ... }: -{ boot.kernelModules = [ "coretemp" ]; +{ + imports = [ + ./bluetooth.nix + ./bluetooth-audio.nix + ]; - hardware = { - bluetooth = { - enable = true; - powerOnBoot = false; - package = pkgs.bluezFull; - }; - pulseaudio = { - extraModules = with pkgs; [ - pulseaudio-modules-bt - ]; - }; - }; - systemd.services.bluetooth.restartIfChanged = false; + boot.kernelModules = [ "coretemp" ]; environment.systemPackages = with pkgs; [ - bluez-tools powerstat powertop @@ -67,10 +58,6 @@ ''; }; - services.blueman = { - enable = true; - }; - services.xserver = { libinput = { enable = lib.mkDefault true; -- cgit 1.4.1