summary refs log tree commit diff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-10-15 03:19:34 +0200
committerMel <einebeere@gmail.com>2024-10-15 03:19:34 +0200
commitda3b1e07a7c6e85a014cd8cb472b410e4f027e24 (patch)
tree0f2b0ceba11f638e15971d18cb480e80207f3d7d /modules/common.nix
parent7bca7fb6cac0a3d6479ee8dd8fb5f13fa0261a51 (diff)
downloadminerals-da3b1e07a7c6e85a014cd8cb472b410e4f027e24.tar.zst
minerals-da3b1e07a7c6e85a014cd8cb472b410e4f027e24.zip
Fix up .vimrc config path
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 447e3e9..94e11d3 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -40,7 +40,7 @@
     vim = {
       defaultEditor = true;
       package = pkgs.vim_configurable.customize {
-        vimrcFile = ./configs/.vimrc;
+        vimrcFile = ../configs/.vimrc;
       };
     };
     fish.enable = true;