summary refs log tree commit diff
path: root/modules/home/common.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2025-01-11 16:16:39 +0100
committerMel <einebeere@gmail.com>2025-01-11 16:16:39 +0100
commitaa27d87abaa700f7c17ef787154927cde64e0439 (patch)
treed8aacbf60bae06939a37bf2df9a80e74589a3ff3 /modules/home/common.nix
parent204a0959b6e5c0f7235533ad28dcb65af11f1e2a (diff)
downloadminerals-aa27d87abaa700f7c17ef787154927cde64e0439.tar.zst
minerals-aa27d87abaa700f7c17ef787154927cde64e0439.zip
Place basic .vimrc into home folder automatically
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/home/common.nix')
-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"
   ];