gn
This commit is contained in:
parent
eec8246df8
commit
3fb105fa1c
5 changed files with 18 additions and 20 deletions
|
@ -1,8 +1,7 @@
|
|||
{ inputs, lib, config, ... }:
|
||||
{ lib, config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.impermanence.homeManagerModules.impermanence
|
||||
./packages.nix
|
||||
];
|
||||
|
||||
|
@ -30,16 +29,4 @@
|
|||
templates = "${config.xdg.dataHome}/xdg/templates";
|
||||
};
|
||||
};
|
||||
|
||||
home.persistence."/nix/persist/home/caem" = {
|
||||
allowOther = true;
|
||||
directories = [
|
||||
"documents"
|
||||
"download"
|
||||
"music"
|
||||
"images"
|
||||
"videos"
|
||||
"programming"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue