homeFiles: Configure cargo to use build partition

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-08-03 16:40:22 +03:00
parent 844bdf54a9
commit c3084c8898
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -6,6 +6,11 @@
}: {
imports = [./zellij.nix];
home.file.".cargo/config.toml".text = ''
[build]
target-dir = "/mnt/build"
'';
home.file.".config/ripgrep/ignore".text = ''
-.
'';