mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-20 16:20:43 +02:00
Use correct locale for xdg-user-dirs
This commit is contained in:
parent
5748026bab
commit
e6e4b56a89
@ -1,5 +1,19 @@
|
|||||||
{
|
{
|
||||||
home-manager.sharedModules = [{
|
home-manager.sharedModules = [{
|
||||||
xdg = { userDirs = { enable = true; }; };
|
xdg.userDirs = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
desktop = null;
|
||||||
|
templates = null;
|
||||||
|
publicShare = null;
|
||||||
|
|
||||||
|
download = "/home/user/ダウンロード";
|
||||||
|
documents = "/home/user/ドキュメント";
|
||||||
|
music = "/home/user/音楽";
|
||||||
|
pictures = "/home/user/画像";
|
||||||
|
videos = "/home/user/ビデオ";
|
||||||
|
};
|
||||||
|
|
||||||
|
xdg.configFile."user-dirs.locale".text = "ja_JP";
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user