disko
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.impermanence.nixosModules.home-manager.impermanence
|
||||
./user
|
||||
];
|
||||
|
||||
|
||||
12
home/user/impermanence.nix
Normal file
12
home/user/impermanence.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
home.persistenec."/persist/home/chris" = {
|
||||
directories = [
|
||||
"Downloads"
|
||||
"Tower"
|
||||
".config/dotfiles"
|
||||
".local/share/direnv"
|
||||
".ssh"
|
||||
];
|
||||
"allowOther" = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user