diff options
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; |