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]; }; }