Generalize some more files, make hidden use Intel microcode and not AMD
This commit is contained in:
parent
2e483af205
commit
3f257e006c
8 changed files with 31 additions and 16 deletions
|
@ -3,8 +3,7 @@
|
|||
imports = [ impermanence.homeManagerModules.default ];
|
||||
|
||||
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}" = {
|
||||
enable = true;
|
||||
allowOther = if !config.targets.genericLinux.enable then true else false;
|
||||
enable = !config.targets.genericLinux.enable;
|
||||
removePrefixDirectory = true;
|
||||
directories = let
|
||||
home = config.home.homeDirectory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue