From 721f85a77991422e43b7930e110feea14b2deb1c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 5 Sep 2019 13:09:54 +0200 Subject: laptop: Improve bluetooth setup --- modules/hardware/laptop.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/hardware/laptop.nix b/modules/hardware/laptop.nix index 4c76ff6a..3b5aeb2a 100644 --- a/modules/hardware/laptop.nix +++ b/modules/hardware/laptop.nix @@ -9,6 +9,7 @@ bluetooth = { enable = true; powerOnBoot = false; + package = pkgs.bluezFull; }; }; systemd.services.bluetooth.wantedBy = lib.mkForce []; @@ -21,6 +22,9 @@ }; environment.systemPackages = with pkgs; [ + blueman + bluez-tools + powerstat powertop -- cgit 1.4.1