summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 75094031..1f4392fe 100644
--- a/hel.nix
+++ b/hel.nix
@@ -404,7 +404,13 @@
404 driSupport32Bit = true; 404 driSupport32Bit = true;
405 }; 405 };
406 406
407 bluetooth.enable = true; 407 bluetooth = {
408 enable = true;
409 extraConfig = ''
410 [General]
411 Enable=Source,Sink,Media,Socket
412 '';
413 };
408 414
409 # sane = { 415 # sane = {
410 # enable = true; 416 # enable = true;