diff options
author | makefu <github@syntax-fehler.de> | 2020-04-23 17:07:43 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-04-23 17:07:43 +0200 |
commit | 5ccd86776ec41e479a1069bfe27a283241fcaafd (patch) | |
tree | 2da2518166d7055e9be6e6e590dbf44836ac4a90 /makefu/2configs/hw/bluetooth.nix | |
parent | 07ab7b9519b6b5f253690101571f8fa12f20f4da (diff) |
ma home-manager: bump, fix deprecations
Diffstat (limited to 'makefu/2configs/hw/bluetooth.nix')
-rw-r--r-- | makefu/2configs/hw/bluetooth.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/makefu/2configs/hw/bluetooth.nix b/makefu/2configs/hw/bluetooth.nix index e6a534b7b..411121556 100644 --- a/makefu/2configs/hw/bluetooth.nix +++ b/makefu/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 ]; } |