diff options
| author | Fuwn <[email protected]> | 2024-10-03 00:37:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-03 00:37:39 -0700 |
| commit | 432aea8ecba1ee208521f4cea42be180dcbd27e1 (patch) | |
| tree | 1827da1d8bdc35a213b0a51fac0d071df80970a3 /modules/options | |
| parent | audio: logging modules (diff) | |
| download | nixos-config-432aea8ecba1ee208521f4cea42be180dcbd27e1.tar.xz nixos-config-432aea8ecba1ee208521f4cea42be180dcbd27e1.zip | |
modules: reformat
Diffstat (limited to 'modules/options')
| -rw-r--r-- | modules/options/containers.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/options/containers.nix b/modules/options/containers.nix index a60f498..cb8c98f 100644 --- a/modules/options/containers.nix +++ b/modules/options/containers.nix @@ -1,5 +1,4 @@ { lib, ... }: -with lib.options; with lib.types; { options.modules.containers = { |