moved nixvim to home-manager config, re-added firefox plugins
This commit is contained in:
10
modules/home/programs/nixvim/plugins/coq.nix
Executable file
10
modules/home/programs/nixvim/plugins/coq.nix
Executable file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins.coq-nvim = {
|
||||
enable = true;
|
||||
settings = {
|
||||
auto_start = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user