diff --git a/configurations/sound.nix b/configurations/sound.nix index 60e0aaf6..314e19d9 100644 --- a/configurations/sound.nix +++ b/configurations/sound.nix @@ -1,6 +1,10 @@ { config, lib, ... }: { + chvp.zfs.homeLinks = [ + { path = ".config/pipewire-media-session"; type = "cache"; } + ]; + sound.enable = true; services.pipewire = { enable = true;