refactor(hm/price): set xdg cacheHome under ~/.local
This commit is contained in:
parent
8149576db5
commit
e2a34d0868
@ -176,6 +176,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
mime.enable = true;
|
mime.enable = true;
|
||||||
systemDirs.data = [ "${config.home.profileDirectory}/share/" ];
|
systemDirs.data = [ "${config.home.profileDirectory}/share/" ];
|
||||||
|
cacheHome = "${config.home.homeDirectory}/.local/cache";
|
||||||
mimeApps = {
|
mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
associations.added = {
|
associations.added = {
|
||||||
|
Loading…
Reference in New Issue
Block a user