diff --git a/home-manager/profiles/applications/desktop.nix b/home-manager/profiles/applications/desktop.nix index 140f09f..69c668e 100644 --- a/home-manager/profiles/applications/desktop.nix +++ b/home-manager/profiles/applications/desktop.nix @@ -21,6 +21,7 @@ ".thunderbird" ".zotero" + ".config/dconf" ".config/nheko" ".local/share/nheko" diff --git a/home-manager/profiles/valent/default.nix b/home-manager/profiles/valent/default.nix index 04a1b5d..93cc280 100644 --- a/home-manager/profiles/valent/default.nix +++ b/home-manager/profiles/valent/default.nix @@ -14,4 +14,8 @@ }; Install.WantedBy = [ "graphical-session.target" ]; }; + + home.globalPersistence.directories = [ + ".config/valent" + ]; }