From effbf5286a7bf8508a8073f15532c88359cf727a Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 8 Mar 2026 11:59:06 +0100 Subject: [PATCH] feat: use overskride instead of blueman --- modules/linux/nixos/bluetooth.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/linux/nixos/bluetooth.nix b/modules/linux/nixos/bluetooth.nix index ee24ce3..77a8364 100644 --- a/modules/linux/nixos/bluetooth.nix +++ b/modules/linux/nixos/bluetooth.nix @@ -26,6 +26,7 @@ }; }; - services.blueman.enable = true; + # services.blueman.enable = true; + environment.systemPackages = [pkgs.overskride]; }; }