fixed home manager with impermanence
This commit is contained in:
parent
22b40edb24
commit
5abc647d98
4 changed files with 22 additions and 36 deletions
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
osConfig,
|
||||
...
|
||||
}: {
|
||||
config = lib.mkIf osConfig.host.impermanence.enable {
|
||||
home.persistence."/persistent/home/${config.home.username}" = {
|
||||
directories = [
|
||||
".ssh"
|
||||
"desktop"
|
||||
"downloads"
|
||||
"documents"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue