temporaly disable home impermanence

This commit is contained in:
陈浩南 2023-06-16 20:23:08 +08:00
parent 55e4f98bad
commit e0f0eb4655

View File

@ -12,47 +12,47 @@
shell = inputs.pkgs.zsh;
};
sops.secrets."password/chn".neededForUsers = true;
environment.persistence."/impermanence".users.chn =
{
directories =
[
"Desktop"
"Documents"
"Downloads"
"Music"
"repo"
"Pictures"
"Videos"
# environment.persistence."/impermanence".users.chn =
# {
# directories =
# [
# "Desktop"
# "Documents"
# "Downloads"
# "Music"
# "repo"
# "Pictures"
# "Videos"
".cache"
".config"
".gnupg"
".local"
".ssh"
".android"
".exa"
".gnome"
".Mathematica"
".mozilla"
".pki"
".steam"
".tcc"
".vim"
".vscode"
".Wolfram"
".zotero"
# ".cache"
# ".config"
# ".gnupg"
# ".local"
# ".ssh"
# ".android"
# ".exa"
# ".gnome"
# ".Mathematica"
# ".mozilla"
# ".pki"
# ".steam"
# ".tcc"
# ".vim"
# ".vscode"
# ".Wolfram"
# ".zotero"
];
files =
[
".bash_history"
".cling_history"
".gitconfig"
".gtkrc-2.0"
".root_hist"
".viminfo"
".zsh_history"
];
};
# ];
# files =
# [
# ".bash_history"
# ".cling_history"
# ".gitconfig"
# ".gtkrc-2.0"
# ".root_hist"
# ".viminfo"
# ".zsh_history"
# ];
# };
};
}