fix location of nvim.lua

This commit is contained in:
2026-08-14 10:15:55 -05:00
parent ba85b7afe2
commit ff54cd9c79

View File

@@ -114,7 +114,7 @@
regex regex
]; ];
}; };
customLuaRC = builtins.readFile ./config/nvim.lua; customLuaRC = builtins.readFile ../config/nvim.lua;
}; };
}; };
zsh = { zsh = {