transmission

This commit is contained in:
Sakooooo 2023-07-19 01:00:01 +03:00
parent ae4c015219
commit a25dc6a05c
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1,10 +1,10 @@
{ outputs, options, config, lib, pkgs, ...}: { outputs, options, config, lib, pkgs, ...}:
with lib; with lib;
let let
cfg = config.modules.example; cfg = config.modules.desktop.apps.transmission;
in in
{ {
options.modules.example = { options.modules.desktop.apps.transmission = {
enable = mkEnableOption false; enable = mkEnableOption false;
}; };