diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2026-02-06 18:43:26 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2026-02-06 18:43:26 +0530 |
| commit | e19aea69f72276757de0e8f5ad6e134fa4e2db7f (patch) | |
| tree | d00fe1801faba8a45daa811fce008cd0265f5421 /home/common | |
| parent | 0b410772e1702096a8469487a47d48fd0b6ec8ab (diff) | |
chore(home/common/xdg_ninja): init docker
Diffstat (limited to 'home/common')
| -rw-r--r-- | home/common/modules/xdg_ninja.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/common/modules/xdg_ninja.nix b/home/common/modules/xdg_ninja.nix index 6bd4196..a8dd0bf 100644 --- a/home/common/modules/xdg_ninja.nix +++ b/home/common/modules/xdg_ninja.nix @@ -12,5 +12,6 @@ in home.sessionVariables = { HISTFILE = bashHistory; GOPATH = config.xdg.dataHome + "/go"; + DOCKER_CONFIG = config.xdg.dataHome + "/docker"; }; } |
