hopefully the last complete restructure of this repo
This commit is contained in:
21
home-manager/impermanence/default.nix
Normal file
21
home-manager/impermanence/default.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ inputs, ... }: {
|
||||
|
||||
imports = [
|
||||
inputs.impermanence.nixosModules.home-manager.impermanence
|
||||
];
|
||||
|
||||
home.persistence."/persist/home/nathan" = {
|
||||
|
||||
directories = [
|
||||
"Documents"
|
||||
"Music"
|
||||
"Pictures/Photos"
|
||||
"Projects"
|
||||
"Videos"
|
||||
".ssh"
|
||||
];
|
||||
files = [
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user