From aa27d87abaa700f7c17ef787154927cde64e0439 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 11 Jan 2025 16:16:39 +0100 Subject: Place basic .vimrc into home folder automatically Signed-off-by: Mel --- modules/home/common.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules') 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" ]; -- cgit 1.4.1