From 875af84f8185650cc26baef1939741527bbbaefc Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 19 Sep 2024 15:52:36 -0700 Subject: modules: nix options --- modules/options.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/options.nix (limited to 'modules/options.nix') diff --git a/modules/options.nix b/modules/options.nix new file mode 100644 index 0000000..bd831dc --- /dev/null +++ b/modules/options.nix @@ -0,0 +1,7 @@ +{ lib, ... }: +{ + options.modules.nix.extend = lib.options.mkOption { + default = true; + type = lib.types.bool; + }; +} -- cgit v1.2.3