10 lines
148 B
Nix
10 lines
148 B
Nix
{
|
|
lib,
|
|
mylib,
|
|
...
|
|
}: {
|
|
enable = lib.mkEnableOption "Enable opt-in state using impermanence.";
|
|
|
|
# TODO: Options for host-specific config
|
|
}
|