From a0a505f803cb74a2bd386a1604973107f7e6c19b Mon Sep 17 00:00:00 2001 From: Bruno Bigras <24027+bbigras@users.noreply.github.com> Date: Wed, 14 Jan 2026 01:01:07 -0500 Subject: [PATCH] treewide: XDG_CONFIG_HOME/.config -> XDG_CONFIG_HOME $XDG_CONFIG_HOME already contains the .config subdir --- modules/programs/gurk-rs.nix | 2 +- modules/programs/mcp.nix | 2 +- modules/services/podman/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/programs/gurk-rs.nix b/modules/programs/gurk-rs.nix index ea29f84f..cc9e0069 100644 --- a/modules/programs/gurk-rs.nix +++ b/modules/programs/gurk-rs.nix @@ -21,7 +21,7 @@ in inherit (tomlFormat) type; default = { }; description = '' - Configuration written to {file}`$XDG_CONFIG_HOME/.config/gurk/gurk.toml` + Configuration written to {file}`$XDG_CONFIG_HOME/gurk/gurk.toml` or {file}`Library/Application Support/gurk/gurk.toml`. Options are declared at . Note that `signal_db_path` should be set. diff --git a/modules/programs/mcp.nix b/modules/programs/mcp.nix index 9fedbdf2..7ebd8c60 100644 --- a/modules/programs/mcp.nix +++ b/modules/programs/mcp.nix @@ -44,7 +44,7 @@ in ''; description = '' MCP server configurations written to - {file}`XDG_CONFIG_HOME/.config/mcp/mcp.json` + {file}`XDG_CONFIG_HOME/mcp/mcp.json` ''; }; }; diff --git a/modules/services/podman/default.nix b/modules/services/podman/default.nix index b7f2a67c..ad0cc70b 100644 --- a/modules/services/podman/default.nix +++ b/modules/services/podman/default.nix @@ -96,7 +96,7 @@ in services.podman.settings.storage.storage.driver = lib.mkDefault "overlay"; - # Configuration files are written to `$XDG_CONFIG_HOME/.config/containers` + # Configuration files are written to `$XDG_CONFIG_HOME/containers` # On Linux: podman reads them directly from this location # On Darwin: these files are automatically mounted into the podman machine VM # (see darwin.nix for the volume mount configuration)