summaryrefslogtreecommitdiff
path: root/modules/pc
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-05 19:12:46 -0700
committerFuwn <[email protected]>2024-10-05 19:12:46 -0700
commitc3815aaf5c7ae60841101f9e1fc5104a8845109b (patch)
tree05bf62ccc2f1df133305d6f0d3034d4f77bb13a5 /modules/pc
parentjust: reformat (diff)
downloadnixos-config-c3815aaf5c7ae60841101f9e1fc5104a8845109b.tar.xz
nixos-config-c3815aaf5c7ae60841101f9e1fc5104a8845109b.zip
bluetooth: disable headset mode
Diffstat (limited to 'modules/pc')
-rw-r--r--modules/pc/hardware/bluetooth.nix1
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";
};
};
}