home: xdg: force XDG compliance for some packages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
aa0a3bf6c9
commit
82f223c77e
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
xdg = {
|
xdg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -22,4 +22,11 @@
|
||||||
videos = "\$HOME/videos";
|
videos = "\$HOME/videos";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# I want a tidier home
|
||||||
|
home.sessionVariables = with config.xdg; {
|
||||||
|
HISTFILE = "${dataHome}/bash/history";
|
||||||
|
LESSHISTFILE = "${dataHome}/less/history";
|
||||||
|
LESSKEY = "${configHome}/less/lesskey";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue