made impermanence config work slightly better
This commit is contained in:
parent
2d5e37b1eb
commit
48dc0b1150
8 changed files with 66 additions and 25 deletions
|
@ -4,5 +4,6 @@
|
|||
./flipperzero.nix
|
||||
./i18n.nix
|
||||
./openssh.nix
|
||||
./impermanence.nix
|
||||
];
|
||||
}
|
||||
|
|
10
modules/home-manager-modules/impermanence.nix
Normal file
10
modules/home-manager-modules/impermanence.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{config, ...}: {
|
||||
home.persistence."/persistent/home/${config.home.username}" = {
|
||||
directories = [
|
||||
".ssh"
|
||||
"desktop"
|
||||
"downloads"
|
||||
"documents"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue