6 lines
97 B
Nix
6 lines
97 B
Nix
{ lib, ... }:
|
|
{
|
|
options.profiles.trusted = {
|
|
enable = lib.mkEnableOption "trusted";
|
|
};
|
|
}
|