diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-12 13:40:12 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-12 13:40:12 -0700 |
commit | 8db6039ca8ce9aed883272ce6bd6717bd7b0eb80 (patch) | |
tree | 0314615ba23e3ad41a0a00fabd7e1b1025e18e75 | |
parent | add modules to manage bluetooth (diff) | |
download | world-8db6039ca8ce9aed883272ce6bd6717bd7b0eb80.tar.gz |
aptos: enable bluetooth
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/profile.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/aptos/profile.nix b/hosts/aptos/profile.nix index 1ba221e..4e5b48d 100644 --- a/hosts/aptos/profile.nix +++ b/hosts/aptos/profile.nix @@ -6,6 +6,7 @@ my.profiles = { # Laptop specific configuration laptop.enable = true; + bluetooth.enable = true; desktop.enable = true; multimedia.enable = true; trusted.enable = true; |