From 580ee92d070edceb03cf3d231518231ac043fbfc Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 15 May 2023 08:12:18 -0400 Subject: [PATCH] Fine tune environment for automation --- machines/oracles/automation.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/oracles/automation.nix b/machines/oracles/automation.nix index ba2c40c..854b3e9 100644 --- a/machines/oracles/automation.nix +++ b/machines/oracles/automation.nix @@ -7,6 +7,9 @@ let HOME = "/home/nathan"; NIX_PATH = "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:nixos-config=/etc/nixos/configuration.nix:/nix/var/nix/profiles/per-user/root/channels"; + XDG_CONFIG_DIRS = + "/home/nathan/.nix-profile/etc/xdg:/etc/profiles/per-user/nathan/etc/xdg:/nix/var/nix/profiles/default/etc/xdg:/run/current-system/sw/etc/xdg"; + XDG_CONFIG_HOME = "/home/nathan/.config"; }; path = with pkgs; [ git