Persist audio settings over reboots
This commit is contained in:
parent
a94f6c3d87
commit
8927d09388
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
chvp.zfs.homeLinks = [
|
||||
{ path = ".config/pipewire-media-session"; type = "cache"; }
|
||||
];
|
||||
|
||||
sound.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue