From 1835aa04051f2f0c41017423f2bcba6c549f26b0 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 5 Jan 2025 16:19:45 -0600 Subject: overhual --- modules/root/bluetooth.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/root/bluetooth.nix (limited to 'modules/root/bluetooth.nix') diff --git a/modules/root/bluetooth.nix b/modules/root/bluetooth.nix new file mode 100644 index 0000000..d55eade --- /dev/null +++ b/modules/root/bluetooth.nix @@ -0,0 +1,10 @@ +{ lib, config, ... }: { + options = { + bluetooth.enable = lib.mkEnableOption "enables bluetooth support"; + }; + + config = { + hardware.bluetooth.enable = true; + services.blueman.enable = true; + }; +} -- cgit v1.2.3