diff --git a/home/nixos-common.nix b/home/nixos-common.nix index 1fa34aa..99e83e3 100644 --- a/home/nixos-common.nix +++ b/home/nixos-common.nix @@ -49,6 +49,7 @@ ".bitmonero" ".cache" ".config/Nextcloud" + ".config/ardour6" ".config/chromium" ".config/kdeconnect" ".config/whatsapp-for-linux" @@ -67,6 +68,7 @@ ".mailsynclastrun" ".ssh/known_hosts" ".zsh_history" + ".lmmsrc.xml" ]; allowOther = true; }; @@ -94,6 +96,7 @@ "configs" "misc" "workspace" + "Audio" ]; files = [ ]; allowOther = true;