Save bluetooth settings
This commit is contained in:
parent
177285abca
commit
ba1798bf3b
1 changed files with 4 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue