diff --git a/home/services/xdg/default.nix b/home/services/xdg/default.nix index 6da532bc..154ae2e5 100644 --- a/home/services/xdg/default.nix +++ b/home/services/xdg/default.nix @@ -89,7 +89,6 @@ XDG_PICTURES_DIR = "${config.home.homeDirectory}/Pictures"; XDG_PHOTOS_DIR = "${config.home.homeDirectory}/Photos"; XDG_PIKPAK_DIR = "${config.home.homeDirectory}/Pikpak"; - XDG_GAMES_DIR = "${config.home.homeDirectory}/Games"; XDG_WORKSPACE_DIR = "${config.home.homeDirectory}/Workspace"; XDG_WORKSPACE_GIT_PERSONAL_DIR = "${config.home.homeDirectory}/Workspace/personal"; XDG_WORKSPACE_GIT_WORK_DIR = "${config.home.homeDirectory}/Workspace/work"; diff --git a/shared/modules/system/tmpfs/persistent/dirs/common-xdg-dirs.nix b/shared/modules/system/tmpfs/persistent/dirs/common-xdg-dirs.nix index 9c19bf99..e296ea00 100644 --- a/shared/modules/system/tmpfs/persistent/dirs/common-xdg-dirs.nix +++ b/shared/modules/system/tmpfs/persistent/dirs/common-xdg-dirs.nix @@ -4,7 +4,6 @@ "Documents" "Downloads" "External" - "Games" "Music" "Photos" "Pictures"