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