12 lines
102 B
Nix
12 lines
102 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
modulesPath,
|
|
...
|
|
}: {
|
|
imports = [];
|
|
options = {};
|
|
config = {};
|
|
}
|