diff --git a/hosts/home.nix b/hosts/home.nix index d364d9a..6bfe741 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -80,6 +80,9 @@ in home = { username = "${user}"; homeDirectory = "/home/${user}"; + sessionVariables = { + CARGO_TARGET_DIR = "$HOME/.target/"; + }; stateVersion = "22.05"; };