refactor(modules/lib): move more options to it
Some checks failed
/ check (push) Failing after 4s
/ check-renovaterc (push) Successful in 2s
/ build-packages (push) Has been skipped
/ build-vm (push) Has been skipped
/ report-size (push) Has been skipped

This should keep all my custom options in the same place.
This commit is contained in:
Jalil David Salamé Messina 2025-04-21 23:10:27 +02:00
parent 52ce2a852a
commit f9eb730fe7
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 27 additions and 28 deletions

View file

@ -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 = {