transmission
This commit is contained in:
parent
ae4c015219
commit
a25dc6a05c
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ outputs, options, config, lib, pkgs, ...}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.modules.example;
|
||||
cfg = config.modules.desktop.apps.transmission;
|
||||
in
|
||||
{
|
||||
options.modules.example = {
|
||||
options.modules.desktop.apps.transmission = {
|
||||
enable = mkEnableOption false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue