diff options
| author | Mel <einebeere@gmail.com> | 2024-10-15 03:19:34 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-10-15 03:19:34 +0200 |
| commit | da3b1e07a7c6e85a014cd8cb472b410e4f027e24 (patch) | |
| tree | 0f2b0ceba11f638e15971d18cb480e80207f3d7d /modules/common.nix | |
| parent | 7bca7fb6cac0a3d6479ee8dd8fb5f13fa0261a51 (diff) | |
| download | minerals-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.nix | 2 |
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; |
