diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-07-10 18:15:35 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-07-10 18:15:35 -0600 |
| commit | 698c37f03270fc97fb465e1f55054014fa10551f (patch) | |
| tree | 6bc6926413078f6c9666177879791211f0891142 | |
| parent | f6668477e4342395e5329fff16077949bd03a4d9 (diff) | |
sys: enable bluetooth
| -rw-r--r-- | sys/users.nix | 10 |
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; |
