summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machines/git/home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/git/home.nix b/machines/git/home.nix
index 82852c0..723879e 100644
--- a/machines/git/home.nix
+++ b/machines/git/home.nix
@@ -13,6 +13,7 @@
imports = (map (path: ../../config/${path}) [
"bash.nix"
"git"
+ "nvim"
]);
home.stateVersion = "23.11";