migrate impermanent home to subvolumes
This commit is contained in:
parent
2fce9fd507
commit
c1a5ed1d4f
8 changed files with 15 additions and 77 deletions
|
@ -1,10 +1,5 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
...
|
||||
}: {
|
||||
{outputs, ...}: {
|
||||
imports = [
|
||||
inputs.impermanence.nixosModules.home-manager.impermanence
|
||||
../features/cli
|
||||
];
|
||||
|
||||
|
@ -28,22 +23,6 @@
|
|||
sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
persistence."/persist/home/sajenim" = {
|
||||
directories = [
|
||||
".gnupg"
|
||||
".ssh"
|
||||
".var/app"
|
||||
".local/bin"
|
||||
".local/share/flatpak"
|
||||
".local/share/nix"
|
||||
".local/share/direnv"
|
||||
];
|
||||
files = [
|
||||
".zsh_history"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue