From ff8bb0653b9435f86936b5b19b90089715bc6310 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 25 Jan 2025 21:28:14 -0500 Subject: [PATCH] Enable bluetooth on odo. --- nix/configuration/hosts/odo/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/configuration/hosts/odo/default.nix b/nix/configuration/hosts/odo/default.nix index dff0346..130b4aa 100644 --- a/nix/configuration/hosts/odo/default.nix +++ b/nix/configuration/hosts/odo/default.nix @@ -32,6 +32,7 @@ me.alacritty.enable = true; me.ansible.enable = true; me.ares.enable = true; + me.bluetooth.enable = true; me.chromecast.enable = true; me.chromium.enable = true; me.docker.enable = true;