diff options
| author | Fuwn <[email protected]> | 2024-10-05 19:12:46 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-05 19:12:46 -0700 |
| commit | c3815aaf5c7ae60841101f9e1fc5104a8845109b (patch) | |
| tree | 05bf62ccc2f1df133305d6f0d3034d4f77bb13a5 /modules/pc | |
| parent | just: reformat (diff) | |
| download | nixos-config-c3815aaf5c7ae60841101f9e1fc5104a8845109b.tar.xz nixos-config-c3815aaf5c7ae60841101f9e1fc5104a8845109b.zip | |
bluetooth: disable headset mode
Diffstat (limited to 'modules/pc')
| -rw-r--r-- | modules/pc/hardware/bluetooth.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pc/hardware/bluetooth.nix b/modules/pc/hardware/bluetooth.nix index 9737504..626264e 100644 --- a/modules/pc/hardware/bluetooth.nix +++ b/modules/pc/hardware/bluetooth.nix @@ -14,6 +14,7 @@ JustWorksRepairing = "always"; MultiProfile = "multiple"; Experimental = true; + Disable = "Headset"; }; }; } |