From a208e44bf9a59c15125ca24a1535fd8de31d7392 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 14 Jan 2025 20:26:02 +0100 Subject: bluetooth: init --- configs/bluetooth.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/bluetooth.nix diff --git a/configs/bluetooth.nix b/configs/bluetooth.nix new file mode 100644 index 0000000..899dd2f --- /dev/null +++ b/configs/bluetooth.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: { + hardware.bluetooth.enable = true; + systemd.user.services.obex.enable = false; + environment.systemPackages = [ + pkgs.bluetuith + ]; +} -- cgit v1.2.3