diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-11 18:35:23 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-11 18:35:23 -0400 |
commit | 1d729573659b08ace9df01646058297e31687fb0 (patch) | |
tree | a3d65b0a2517b152e9ea434dd6da65088712fa13 | |
parent | 15d1d8dd63e29ec0472662536391fe9e0d138a5f (diff) |
add nvim
-rw-r--r-- | machines/git/home.nix | 1 |
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"; |