From e7dfd4f838a094725eba00704202f8365dcc64c6 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 7 Mar 2022 17:53:59 +0100 Subject: [PATCH] Fix sound settings not being remembered --- modules/graphical/sound/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { ... }: {