summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/home/common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/home/common.nix b/modules/home/common.nix
index 3e9e17e..99900e6 100644
--- a/modules/home/common.nix
+++ b/modules/home/common.nix
@@ -35,6 +35,12 @@
     "alacritty/alacritty.toml".source = ../../configs/alacritty.toml;
   };
 
+  home.file = {
+    # base .vimrc for tools outside of vim, like the
+    # VSCode Vim plugin.
+    ".vimrc".source = ../../configs/.vimrc;
+  };
+
   home.sessionPath = [
     "$HOME/.local/share/JetBrains/Toolbox/scripts"
   ];