diff options
Diffstat (limited to 'Biz/Bot.nix')
-rw-r--r-- | Biz/Bot.nix | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/Biz/Bot.nix b/Biz/Bot.nix index afd5eb4..3b7710b 100644 --- a/Biz/Bot.nix +++ b/Biz/Bot.nix @@ -1,14 +1,7 @@ -{ options -, lib -, config -, pkgs -, ... -}: +{ options, lib, config, pkgs, ... }: -let - cfg = config.services.bizbot; -in -{ +let cfg = config.services.bizbot; +in { options.services.bizbot = { enable = lib.mkEnableOption "Enable the bizbot service"; package = lib.mkOption { |