summaryrefslogtreecommitdiffstats
path: root/makefu/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
commit5ccd86776ec41e479a1069bfe27a283241fcaafd (patch)
tree2da2518166d7055e9be6e6e590dbf44836ac4a90 /makefu/2configs/hw
parent07ab7b9519b6b5f253690101571f8fa12f20f4da (diff)
ma home-manager: bump, fix deprecations
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r--makefu/2configs/hw/bluetooth.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/makefu/2configs/hw/bluetooth.nix b/makefu/2configs/hw/bluetooth.nix
index e6a534b7..41112155 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 ];
}