mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-21 14:06:51 +02:00
feat: refactoring configuration with options to make it more modular
This commit is contained in:
@@ -11,7 +11,10 @@
|
||||
{
|
||||
xdg.configFile = {
|
||||
# astronvim's config
|
||||
"nvim".source = astronvim;
|
||||
"nvim" = {
|
||||
source = astronvim;
|
||||
force = true;
|
||||
};
|
||||
|
||||
# my custom astronvim config, astronvim will load it after base config
|
||||
# https://github.com/AstroNvim/AstroNvim/blob/v3.32.0/lua/astronvim/bootstrap.lua#L15-L16
|
||||
|
||||
Reference in New Issue
Block a user