about summary refs log tree commit diff
path: root/hosts/aptos
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-12 13:40:12 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-12 13:40:12 -0700
commit8db6039ca8ce9aed883272ce6bd6717bd7b0eb80 (patch)
tree0314615ba23e3ad41a0a00fabd7e1b1025e18e75 /hosts/aptos
parentadd modules to manage bluetooth (diff)
downloadworld-8db6039ca8ce9aed883272ce6bd6717bd7b0eb80.tar.gz
aptos: enable bluetooth
Diffstat (limited to '')
-rw-r--r--hosts/aptos/profile.nix1
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;