mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-07 17:04:00 +01:00
xdg-user-dirs: Set desktop directory
Fixes an issue where programs that depend on the desktop directory weren't able to find it.
This commit is contained in:
parent
f7cd666a30
commit
64ce2763bc
@ -9,10 +9,10 @@ in
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
|
||||
desktop = null;
|
||||
templates = null;
|
||||
publicShare = null;
|
||||
|
||||
desktop = "${homeDirectory}/デスクトップ";
|
||||
download = "${homeDirectory}/ダウンロード";
|
||||
documents = "${homeDirectory}/ドキュメント";
|
||||
music = "${homeDirectory}/音楽";
|
||||
|
Loading…
Reference in New Issue
Block a user