1 { lib, pkgs, config, ... }: let 2 3 4 5 in { 6 imports = [ 7 8 ]; 9 10 options = { 11 12 }; 13 config = { 14 15 }; 16 }