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