mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Remove persist
This commit is contained in:
parent
f7fe0becd1
commit
aba1da6c1f
2 changed files with 20 additions and 20 deletions
|
|
@ -36,16 +36,16 @@ let
|
|||
in with lib; {
|
||||
config = mkIf osConfig.mods.impermanence.enable {
|
||||
home.packages = [ fs-diff ];
|
||||
home.persistence."/persistent/home/muon" = {
|
||||
directories = [
|
||||
"documents"
|
||||
"downloads"
|
||||
"src"
|
||||
".gnupg"
|
||||
".ssh"
|
||||
".config/sops"
|
||||
".local/share/direnv"
|
||||
];
|
||||
};
|
||||
# home.persistence."/persistent/home/muon" = {
|
||||
# directories = [
|
||||
# "documents"
|
||||
# "downloads"
|
||||
# "src"
|
||||
# ".gnupg"
|
||||
# ".ssh"
|
||||
# ".config/sops"
|
||||
# ".local/share/direnv"
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue