summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-08-21 10:58:30 -0700
committerBen Sima <ben@bsima.me>2018-08-21 10:58:30 -0700
commitbcf71a1b272733ca3a137d0df75fdb926b4540dc (patch)
treef7419bfaf1a37b3978f0efb0527c222b0999bef9 /home.nix
parent82409d0661e26be5c28a74cca01e492a0ac331c6 (diff)
Fix typo
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index abca0b3..5e5f44f 100644
--- a/home.nix
+++ b/home.nix
@@ -188,7 +188,7 @@ in
"surround"
];
extraConfig = builtins.readFile ./vimrc;
- }
+ };
git = {
enable = true;