diff options
-rw-r--r-- | configs/bluetooth.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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 + ]; +} |