all repos — nixfiles @ 721f85a77991422e43b7930e110feea14b2deb1c

System and user configuration, managed by nix and home-manager

laptop: Improve bluetooth setup

Alan Pearce
commit

721f85a77991422e43b7930e110feea14b2deb1c

parent

66e0fc015b2325ac807747ea6b4c771a05c6ba63

1 file changed, 4 insertions(+), 0 deletions(-)

jump to
M modules/hardware/laptop.nixmodules/hardware/laptop.nix
@@ -9,6 +9,7 @@ hardware = {
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