修改 xdg 文件夹

This commit is contained in:
2025-04-28 08:54:21 +08:00
parent 6377ceef93
commit a86f6dd7d2
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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";
};