mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
mini/extra: init
This commit is contained in:
parent
753eb3e99d
commit
3533d5bcbd
7 changed files with 59 additions and 0 deletions
11
modules/plugins/mini/extra/extra.nix
Normal file
11
modules/plugins/mini/extra/extra.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.options) mkEnableOption mkOption;
|
||||
in {
|
||||
options.vim.mini.extra = {
|
||||
enable = mkEnableOption "mini.extra";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue