diff --git a/modules/home/hyprland/env.nix b/modules/home/hyprland/env.nix index 9c436b3..e52ff88 100644 --- a/modules/home/hyprland/env.nix +++ b/modules/home/hyprland/env.nix @@ -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" diff --git a/modules/home/xdg.nix b/modules/home/xdg.nix index 6746f59..3a56381 100644 --- a/modules/home/xdg.nix +++ b/modules/home/xdg.nix @@ -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"; };