home/xdg: lowercase more userdirs

This commit is contained in:
Oystein Kristoffer Tveit 2024-08-12 17:39:08 +02:00
parent 8c0f4baf6f
commit f3850074b4
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 4 additions and 4 deletions

View File

@ -9,13 +9,13 @@
userDirs = {
enable = true;
desktop = "${config.home.homeDirectory}/Desktop";
documents = "${config.home.homeDirectory}/Documents";
documents = "${config.home.homeDirectory}/documents";
download = "${config.home.homeDirectory}/Downloads";
music = "${config.home.homeDirectory}/music";
pictures = "${config.home.homeDirectory}/Pictures";
pictures = "${config.home.homeDirectory}/pictures";
publicShare = "${config.home.homeDirectory}/public";
templates = "${config.home.homeDirectory}/templates";
videos = "${config.home.homeDirectory}/Videos";
videos = "${config.home.homeDirectory}/videos";
};
};
}
}