move configuration files into path ./config/

This commit is contained in:
2026-08-13 15:48:45 -05:00
parent cb6078e470
commit 77c6f4fa83
2 changed files with 1 additions and 1 deletions

View File

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