From e0f0eb4655380c8b22a901028b1f21ad99a4545a Mon Sep 17 00:00:00 2001 From: chn Date: Fri, 16 Jun 2023 20:23:08 +0800 Subject: [PATCH] temporaly disable home impermanence --- modules/users/chn.nix | 80 +++++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/modules/users/chn.nix b/modules/users/chn.nix index 6c299e02..bedae861 100644 --- a/modules/users/chn.nix +++ b/modules/users/chn.nix @@ -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" + # ]; + # }; }; }