diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-03-20 15:24:37 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-03-20 16:38:09 -0600 |
| commit | 2496ea8d89e9dd5bd9779d7f8c8666e1ffe4a8fd (patch) | |
| tree | d7d86d46a78e00e713fb02e5861f323aa6bfafe4 /home/environ.nix | |
| parent | 5c46d0165d1d413816a2054d711b38794a0a5aaa (diff) | |
home/git: initial commit
Diffstat (limited to 'home/environ.nix')
| -rw-r--r-- | home/environ.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/home/environ.nix b/home/environ.nix index 5e489c4..5f3ec0f 100644 --- a/home/environ.nix +++ b/home/environ.nix @@ -27,12 +27,6 @@ with lib; { initExtra = import ./zshrc.nix pkgs; }; - git = { - enable = true; - userName = "Alejandro Soto"; - userEmail = "alejandro@34project.org"; - }; - neovim = { enable = true; withRuby = false; |
