setup home impermanence
This commit is contained in:
@@ -49,8 +49,35 @@
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.yaroslav = import ./home/yaroslav/Aphelion/Aphelion.nix;
|
||||
}
|
||||
home-manager.users.yaroslav = {
|
||||
imports = [
|
||||
impermanence.homeManagerModules.home-manager
|
||||
"./home/yaroslav/Aphelion/Aphelion.nix"
|
||||
];
|
||||
home.persistence."/nix/persist/home" = {
|
||||
directories = [
|
||||
"Downloads"
|
||||
"Music"
|
||||
"Pictures"
|
||||
"Documents"
|
||||
"Videos"
|
||||
".ssh"
|
||||
"nixos"
|
||||
".local/share/keyrings"
|
||||
".local/share/nicotine"
|
||||
".local/share/mpd"
|
||||
".config/nicotine"
|
||||
".mozilla"
|
||||
".local/share/AyuGramDesktop"
|
||||
];
|
||||
files = [
|
||||
".p10k.zsh"
|
||||
".zsh_history"
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user