summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorAlan Pearce2019-09-05 13:09:54 +0200
committerAlan Pearce2019-09-05 13:09:54 +0200
commit721f85a77991422e43b7930e110feea14b2deb1c (patch)
tree5bf4d97726f21eb3c2ba49fcaff204faa7078eb2 /modules
parent66e0fc015b2325ac807747ea6b4c771a05c6ba63 (diff)
downloadnixfiles-721f85a77991422e43b7930e110feea14b2deb1c.tar.lz
nixfiles-721f85a77991422e43b7930e110feea14b2deb1c.tar.zst
nixfiles-721f85a77991422e43b7930e110feea14b2deb1c.zip
laptop: Improve bluetooth setup
Diffstat (limited to 'modules')
-rw-r--r--modules/hardware/laptop.nix4
1 files changed, 4 insertions, 0 deletions
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