修改 xdg 文件夹
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
XDG_SESSION_DESKTOP = "Hyprland";
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
XDG_BIN_HOME = "\${HOME}/.local/bin";
|
||||
XDG_PICTURES_DIR = "\${HOME}/tmp";
|
||||
};
|
||||
sessionPath = [
|
||||
"$HOME/.npm-global/bin"
|
||||
|
||||
@@ -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