Skip to content

Commit

Permalink
feat(fuji-wsl): add cargo config
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed May 2, 2024
1 parent 5d3cd49 commit e083ede
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions programs/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
core.autocrlf = "input";
push.autoSetupRemote = true;
gpg.format = "ssh";
merge.conflictStyle = "zdiff3";
rebase.autoStash = true;
status.submoduleSummary = true;
diff.submodule = "log";
submodule.recurse = true;
merge.conflictStyle = "zdiff3";
rebase.autoStash = true;
status.submoduleSummary = true;
diff.submodule = "log";
submodule.recurse = true;
};
};

Expand Down
4 changes: 4 additions & 0 deletions systems/fuji-wsl/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{config, ...}: {
imports = [
../../programs/rust.nix
];

wsl = {
enable = true;
defaultUser = "leo";
Expand Down

0 comments on commit e083ede

Please sign in to comment.