summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;