Refactored file structure to make more sense, made default.nixes less verbose
This commit is contained in:
10
modules/sys/software/nixvim/plugins/coq.nix
Normal file
10
modules/sys/software/nixvim/plugins/coq.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins.coq-nvim = {
|
||||
enable = true;
|
||||
settings = {
|
||||
auto_start = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user