From e083eded8b52423a24d25daee774ddcafc7eee47 Mon Sep 17 00:00:00 2001 From: uku Date: Thu, 2 May 2024 17:55:11 +0200 Subject: [PATCH] feat(fuji-wsl): add cargo config --- programs/git.nix | 10 +++++----- systems/fuji-wsl/default.nix | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/programs/git.nix b/programs/git.nix index 17ad880..f5b9e97 100644 --- a/programs/git.nix +++ b/programs/git.nix @@ -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; }; }; diff --git a/systems/fuji-wsl/default.nix b/systems/fuji-wsl/default.nix index ecf7f64..8e5d7c2 100644 --- a/systems/fuji-wsl/default.nix +++ b/systems/fuji-wsl/default.nix @@ -1,4 +1,8 @@ {config, ...}: { + imports = [ + ../../programs/rust.nix + ]; + wsl = { enable = true; defaultUser = "leo";