nix-community.nixvim/tests/test-sources/modules/options.nix
2024-04-22 15:25:04 -05:00

10 lines
100 B
Nix

{
opts-backport = {
opts = {};
};
example = {
options = {};
globals = {};
};
}