home: xdg: force more XDG compliance
Thanks a to a nifty tool [1] I learnt about some more easy fixes. [1]: https://github.com/b3nj5m1n/xdg-ninja
This commit is contained in:
parent
677a5a11e6
commit
83268e7db6
|
@ -38,6 +38,7 @@ in
|
|||
|
||||
# I want a tidier home
|
||||
config.home.sessionVariables = with config.xdg; lib.mkIf cfg.enable {
|
||||
ANDROID_HOME = "${dataHome}/android";
|
||||
CARGO_HOME = "${dataHome}/cargo";
|
||||
DOCKER_CONFIG = "${configHome}/docker";
|
||||
GDBHISTFILE = "${dataHome}/gdb/gdb_history";
|
||||
|
@ -45,5 +46,8 @@ in
|
|||
INPUTRC = "${configHome}/readline/inputrc";
|
||||
LESSHISTFILE = "${dataHome}/less/history";
|
||||
LESSKEY = "${configHome}/less/lesskey";
|
||||
PSQL_HISTORY = "${dataHome}/psql_history";
|
||||
REDISCLI_HISTFILE = "${dataHome}/redis/rediscli_history";
|
||||
XCOMPOSECACHE = "${dataHome}/X11/xcompose";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue