From a0e3585ad9a5005e05e6d5ec343bb72a46b825c0 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 9 Dec 2023 01:25:20 -0500 Subject: [PATCH] global/options: add dedicated common option --- modules/global/options.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/global/options.nix b/modules/global/options.nix index 46bc893..c3bbd4d 100644 --- a/modules/global/options.nix +++ b/modules/global/options.nix @@ -38,6 +38,8 @@ in universe = { packages = mkOpt (listOf package) [ ]; }; + + common = mkOpt (attrsOf anything) { }; }; config = {