migrate impermanent home to subvolumes
This commit is contained in:
parent
2fce9fd507
commit
c1a5ed1d4f
8 changed files with 15 additions and 77 deletions
|
@ -14,9 +14,4 @@
|
|||
enable = true;
|
||||
source = ./config/custom.css;
|
||||
};
|
||||
|
||||
home.persistence."/persist/home/sajenim".directories = [
|
||||
".config/discord"
|
||||
".config/BetterDiscord"
|
||||
];
|
||||
}
|
||||
|
|
|
@ -101,15 +101,4 @@
|
|||
proton.isDefault = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.persistence."/persist/home/sajenim" = {
|
||||
directories = [
|
||||
# email configuration
|
||||
".config/protonmail"
|
||||
# email cache of messages
|
||||
".local/share/protonmail"
|
||||
# gpg encrypted passwords
|
||||
".password-store"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,15 +2,4 @@
|
|||
home.packages = with pkgs; [
|
||||
weechat
|
||||
];
|
||||
|
||||
home.persistence."/persist/home/sajenim" = {
|
||||
directories = [
|
||||
# WeeChat configuration files: *.conf, certificates, etc.
|
||||
".config/weechat"
|
||||
# WeeChat data files: logs, scripts, scripts data, xfer files, etc.
|
||||
".local/share/weechat"
|
||||
# WeeChat cache files: scripts cache.
|
||||
".cache/weechat"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue