5 lines
85 B
Nix
5 lines
85 B
Nix
{ lib, ... }:
|
|
{
|
|
options.module.polkit.enable = lib.mkEnableOption "the polkit.";
|
|
}
|