From e68f05c78c57d2d719929b42e9659511d14af455 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Wed, 30 Aug 2023 22:56:23 +0200 Subject: Creating initial commit. --- modules/bluetooth.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/bluetooth.nix (limited to 'modules/bluetooth.nix') diff --git a/modules/bluetooth.nix b/modules/bluetooth.nix new file mode 100644 index 0000000..36e8f8f --- /dev/null +++ b/modules/bluetooth.nix @@ -0,0 +1,12 @@ +{ config, pkgs, lib, ... }: { + + hardware.bluetooth = { + enable = true; + # config = " + # [General] + # Enable=Source,Sink,Media,Socket + # "; + }; + + services.blueman.enable = true; +} -- cgit v1.2.3