Fix sound settings not being remembered

This commit is contained in:
Charlotte Van Petegem 2022-03-07 17:53:59 +01:00
parent cac59ad04d
commit e7dfd4f838
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -8,7 +8,7 @@
config = lib.mkIf config.chvp.graphical.sound.enable {
chvp.base.zfs.homeLinks = [
{ path = ".config/pipewire"; type = "cache"; }
{ path = ".local/state/wireplumber"; type = "cache"; }
];
home-manager.users.charlotte = { ... }: {