From 6ef0abd5962c904fe0acc9590debb883caff1769 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 10 Oct 2023 15:36:14 +0000 Subject: [PATCH] home: xdg: set 'REPO_CONFIG_DIR' Unfortunately, it will create a `.repoconfig` inside that directory. But that's still better than littering my $HOME. --- home/xdg/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/xdg/default.nix b/home/xdg/default.nix index 3fd8dc9..af9ec18 100644 --- a/home/xdg/default.nix +++ b/home/xdg/default.nix @@ -47,6 +47,7 @@ in LESSHISTFILE = "${dataHome}/less/history"; LESSKEY = "${configHome}/less/lesskey"; PSQL_HISTORY = "${dataHome}/psql_history"; + REPO_CONFIG_DIR = "${configHome}/repo"; REDISCLI_HISTFILE = "${dataHome}/redis/rediscli_history"; XCOMPOSECACHE = "${dataHome}/X11/xcompose"; };