Fine tune environment for automation
This commit is contained in:
parent
70c3c02996
commit
580ee92d07
|
@ -7,6 +7,9 @@ let
|
||||||
HOME = "/home/nathan";
|
HOME = "/home/nathan";
|
||||||
NIX_PATH =
|
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";
|
"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; [
|
path = with pkgs; [
|
||||||
git
|
git
|
||||||
|
|
Loading…
Reference in New Issue