diff options
Diffstat (limited to '')
-rw-r--r-- | modules/common/aria2.nix | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/modules/common/aria2.nix b/modules/common/aria2.nix index 449d96c..cdf1c4f 100644 --- a/modules/common/aria2.nix +++ b/modules/common/aria2.nix @@ -1,11 +1,9 @@ -{ - config, - lib, - ... -}: -with lib; let +{ config, lib, ... }: +with lib; +let cfg = config.nixfiles.modules.aria2; -in { +in +{ options.nixfiles.modules.aria2.enable = mkEnableOption "aria2"; config = mkIf cfg.enable { |