修改 xdg 文件夹
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
};
|
||||
|
||||
userDirs = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
createDirectories = false;
|
||||
documents = config.home.homeDirectory + "/doc";
|
||||
music = config.home.homeDirectory + "/doc/music";
|
||||
@@ -76,6 +76,7 @@
|
||||
videos = config.home.homeDirectory + "/tmp";
|
||||
pictures = config.home.homeDirectory + "/tmp";
|
||||
templates = config.home.homeDirectory + "/tmp";
|
||||
publicShare = config.home.homeDirectory + "/tmp";
|
||||
extraConfig = {
|
||||
XDG_SCREENSHOTS_DIR = config.home.homeDirectory + "/tmp/Screenshots";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user