UserDirs: set hard-coded path to userDirs
This commit is contained in:
parent
728f5fe382
commit
195011e11e
|
@ -140,6 +140,22 @@ in {
|
||||||
"thunar/".source = ./thunar;
|
"thunar/".source = ./thunar;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.userDirs = let
|
||||||
|
HOME = config.home.homeDirectory;
|
||||||
|
in {
|
||||||
|
enable = true;
|
||||||
|
createDirectories = true;
|
||||||
|
|
||||||
|
desktop = "${HOME}/Área de trabalho";
|
||||||
|
documents = "${HOME}/Documentos";
|
||||||
|
download = "${HOME}/Downloads";
|
||||||
|
music = "${HOME}/Música";
|
||||||
|
pictures = "${HOME}/Imagens";
|
||||||
|
publicShare = "${HOME}/Público";
|
||||||
|
templates = "${HOME}/Modelos";
|
||||||
|
videos = "${HOME}/Vídeos";
|
||||||
|
};
|
||||||
|
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
steam = {
|
steam = {
|
||||||
Unit = {
|
Unit = {
|
||||||
|
|
Loading…
Reference in a new issue