refactor(modules/lib): move more options to it
This should keep all my custom options in the same place.
This commit is contained in:
parent
e71ab67615
commit
bb1b491abc
3 changed files with 27 additions and 28 deletions
|
@ -1,13 +1,7 @@
|
|||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib) mkEnableOption mkOption types;
|
||||
mkDisableOption =
|
||||
desc:
|
||||
mkEnableOption desc
|
||||
// {
|
||||
default = true;
|
||||
example = false;
|
||||
};
|
||||
inherit (import ../lib.nix { inherit lib; }) mkDisableOption;
|
||||
in
|
||||
{
|
||||
options.jhome.nvim = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue