summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-20 11:36:19 -0700
committerBen Sima <ben@bsima.me>2019-05-22 10:54:30 -0700
commitd42c1d7940347252629dfb6db6816dc53751c558 (patch)
tree685c85c3a8ae488af3c1924103c29ddd2bda4cf5 /machines
parent6f07b1ee103c0cff4108aed50b85aba4d48a3da9 (diff)
enable bluetooth
Diffstat (limited to 'machines')
-rw-r--r--machines/helium.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/helium.nix b/machines/helium.nix
index daef738..2f5c166 100644
--- a/machines/helium.nix
+++ b/machines/helium.nix
@@ -27,6 +27,9 @@
};
hardware = {
+ bluetooth.enable = true;
+ bluetooth.package = pkgs.bluezFull;
+ brightnessctl.enable = true;
opengl.enable = true;
pulseaudio = {
enable = true;