bug: Add very wide initial impermanence setup

This commit is contained in:
Jan-Bulthuis 2025-12-23 12:13:59 +01:00
parent 7874412a48
commit f43945d0d2

View File

@ -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"
];
};
}