bug: Add very wide initial impermanence setup
This commit is contained in:
parent
7874412a48
commit
f43945d0d2
@ -28,4 +28,25 @@
|
|||||||
settings.StartupWMClass = "chrome-www.overleaf.com__-Default";
|
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"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user