treewide: XDG_CONFIG_HOME/.config -> XDG_CONFIG_HOME

$XDG_CONFIG_HOME already contains the .config subdir
This commit is contained in:
Bruno Bigras 2026-01-14 01:01:07 -05:00 committed by Matthieu Coudron
parent 4e235a8746
commit a0a505f803
3 changed files with 3 additions and 3 deletions

View file

@ -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 <https://github.com/boxdot/gurk-rs/blob/main/src/config.rs>.
Note that `signal_db_path` should be set.

View file

@ -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`
'';
};
};

View file

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