summaryrefslogtreecommitdiff
path: root/sys/users.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-07-10 18:15:35 -0600
committerAlejandro Soto <alejandro@34project.org>2024-07-10 18:15:35 -0600
commit698c37f03270fc97fb465e1f55054014fa10551f (patch)
tree6bc6926413078f6c9666177879791211f0891142 /sys/users.nix
parentf6668477e4342395e5329fff16077949bd03a4d9 (diff)
sys: enable bluetooth
Diffstat (limited to '')
-rw-r--r--sys/users.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/users.nix b/sys/users.nix
index d653876..1fda5fc 100644
--- a/sys/users.nix
+++ b/sys/users.nix
@@ -5,7 +5,15 @@ in
{
config = {
sound.enable = true;
- hardware.pulseaudio.enable = true;
+
+ hardware = {
+ bluetooth = {
+ enable = true;
+ powerOnBoot = false;
+ };
+
+ pulseaudio.enable = true;
+ };
services = {
libinput.enable = true;