From 0ec8da4cd32788c0de554be569bc7d93363def5f Mon Sep 17 00:00:00 2001 From: kev <31861128+piyoki@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:35:57 -0500 Subject: [PATCH] refactor(home/xdg): demise $HOME/Games dir --- home/services/xdg/default.nix | 1 - shared/modules/system/tmpfs/persistent/dirs/common-xdg-dirs.nix | 1 - 2 files changed, 2 deletions(-) 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"