From 8db6039ca8ce9aed883272ce6bd6717bd7b0eb80 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 12 May 2022 13:40:12 -0700 Subject: aptos: enable bluetooth --- hosts/aptos/profile.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/aptos') 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; -- cgit 1.4.1