summaryrefslogtreecommitdiffstats
path: root/2configs/hw
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-04-23 17:07:43 +0200
committermakefu <github@syntax-fehler.de>2020-04-23 17:07:43 +0200
commit68a7efcaa00458d183770db27e36e7d14dbc652c (patch)
treef9464f756443c417ce8b3e7831568ea9b4933cea /2configs/hw
parent4300a1edd0589c9f13a6cf082c2a78176ae12944 (diff)
ma home-manager: bump, fix deprecations
Diffstat (limited to '2configs/hw')
-rw-r--r--2configs/hw/bluetooth.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/2configs/hw/bluetooth.nix b/2configs/hw/bluetooth.nix
index e6a534b7b..411121556 100644
--- a/2configs/hw/bluetooth.nix
+++ b/2configs/hw/bluetooth.nix
@@ -33,11 +33,7 @@
hardware.bluetooth = {
enable = true;
powerOnBoot = false;
-
- extraConfig = ''
- [general]
- Enable=Source,Sink,Media,Socket
- '';
+ config.general.Enable = "Source,Sink,Media,Socket";
};
services.dbus.packages = [ pkgs.blueman ];
}