well fuck this is ugly
This commit is contained in:
parent
c68aac2cfc
commit
1a03ccad9a
1 changed files with 4 additions and 4 deletions
|
@ -79,10 +79,10 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
cacheHome = XDG_CACHE_HOME;
|
||||
configHome = XDG_CONFIG_HOME;
|
||||
dataHome = XDG_DATA_HOME;
|
||||
stateHome = XDG_STATE_HOME;
|
||||
cacheHome = "${hmCfg.home.homeDirectory}/.cache";
|
||||
configHome = "${hmCfg.home.homeDirectory}/.config";
|
||||
dataHome = "${hmCfg.home.homeDirectory}/.local/share";
|
||||
stateHome = "${hmCfg.home.homeDirectory}/.local/state";
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = let
|
||||
|
|
Loading…
Reference in a new issue