diff --git a/hosts/ws-think/users/Jan.nix b/hosts/ws-think/users/Jan.nix index 5ce02bb..356b9b2 100644 --- a/hosts/ws-think/users/Jan.nix +++ b/hosts/ws-think/users/Jan.nix @@ -28,4 +28,25 @@ settings.StartupWMClass = "chrome-www.overleaf.com__-Default"; }; }; + + # TODO: Slowly remove + modules.impermanence = { + directories = [ + ".cache" + ".config" + ".cargo" + ".dbus" + ".gnupg" + ".local" + ".MathWorks" + ".mozilla" + ".ssh" + ".steam" + ".SteamCloud" + ".thunderbird" + ".vscode" + ".wine" + ".Wolfram" + ]; + }; }