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
|
@ -14,7 +14,7 @@
|
|||
XDG_GAMES_DIR = "${homeDirectory}/Games";
|
||||
XDG_KEEPERS_DIR = "${homeDirectory}/Keepers";
|
||||
XDG_NETWORK_DIR = "${homeDirectory}/Network";
|
||||
XDG_PERSIST_DIR = if !config.targets.genericLinux.enable then "/persist${homeDirectory}" else "${homeDirectory}/.stow";
|
||||
XDG_PERSIST_DIR = "/persist${homeDirectory}";
|
||||
XDG_PROJECTS_DIR = "${homeDirectory}/Projects";
|
||||
XDG_SCREENSHOTS_DIR = "${config.xdg.userDirs.pictures}/Screenshots";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue