formatted all files with nixfmt, added env variable to hold secrets
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
programs.nixvim.plugins.nvim-lightbulb = {
|
||||
enable = true;
|
||||
settings = {
|
||||
virtual_text = {
|
||||
enable = true;
|
||||
};
|
||||
virtual_text = { enable = true; };
|
||||
autocmd.enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user