From 49ea876a1457b0447014a5d036370f6ab367ec09 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Fri, 1 Apr 2022 08:58:54 +0200 Subject: [PATCH] feat: ardour and lmms state --- home/nixos-common.nix | 3 +++ 1 file changed, 3 insertions(+) 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;