diff --git a/modules/graphical/sound/default.nix b/modules/graphical/sound/default.nix index f4fc3ed3..eda18f69 100644 --- a/modules/graphical/sound/default.nix +++ b/modules/graphical/sound/default.nix @@ -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 = { ... }: {