diff options
Diffstat (limited to 'modules/bluetooth.nix')
| -rw-r--r-- | modules/bluetooth.nix | 12 |
1 files changed, 12 insertions, 0 deletions
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; +} |
