Save bluetooth settings

This commit is contained in:
Charlotte Van Petegem 2020-07-12 11:12:29 +02:00
parent 177285abca
commit ba1798bf3b

View file

@ -1,6 +1,10 @@
{ pkgs, ... }:
{
custom.zfs.systemLinks = [
{ path = "/var/lib/bluetooth"; type = "cache"; }
];
hardware.bluetooth.enable = true;
services.blueman.enable = true;
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-modules-bt ];