homeFiles: Configure cargo to use build
partition
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
844bdf54a9
commit
c3084c8898
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
}: {
|
||||
imports = [./zellij.nix];
|
||||
|
||||
home.file.".cargo/config.toml".text = ''
|
||||
[build]
|
||||
target-dir = "/mnt/build"
|
||||
'';
|
||||
|
||||
home.file.".config/ripgrep/ignore".text = ''
|
||||
-.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue