mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 03:26:17 +00:00
feat: language injections
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
};
|
||||
};
|
||||
programs.nixvim = {
|
||||
extraConfigLua = "if vim.g.neovide then vim.opt.linespace = -1 end";
|
||||
extraConfigLua = # lua
|
||||
"if vim.g.neovide then vim.opt.linespace = -1 end";
|
||||
globals.neovide_cursor_vfx_mode = "pixiedust";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user