feat: migrate alpha and add impermanence

This commit is contained in:
tux
2025-07-10 03:12:55 +05:30
parent a913f9cce0
commit bf8183f87a
7 changed files with 237 additions and 158 deletions

View File

@@ -1,3 +1,12 @@
{...}: {
home.stateVersion = "23.11";
{username, ...}: {
home.persistence."/persist/home/${username}" = {
directories = [
"Projects"
".ssh"
".local/share/zsh"
];
allowOther = true;
};
home.stateVersion = "24.11";
}