diff --git a/modules/nixos/base/options.nix b/modules/nixos/base/options.nix index 6683e48..13b2148 100644 --- a/modules/nixos/base/options.nix +++ b/modules/nixos/base/options.nix @@ -50,6 +50,10 @@ in { type = str; default = "ooks@protonmail.com"; }; + email = mkOption { + type = str; + default = "ooks@protonmail.com"; + }; homeManager = mkOption { type = bool; default = false;