diff options
author | Ben Sima <ben@bsima.me> | 2018-08-21 10:58:30 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-08-21 10:58:30 -0700 |
commit | bcf71a1b272733ca3a137d0df75fdb926b4540dc (patch) | |
tree | f7419bfaf1a37b3978f0efb0527c222b0999bef9 | |
parent | 82409d0661e26be5c28a74cca01e492a0ac331c6 (diff) |
Fix typo
-rw-r--r-- | home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ in "surround" ]; extraConfig = builtins.readFile ./vimrc; - } + }; git = { enable = true; |