1
0
Fork 0
puter/profiles/trusted/default.nix
2025-07-14 21:18:44 +02:00

6 lines
97 B
Nix

{ lib, ... }:
{
options.profiles.trusted = {
enable = lib.mkEnableOption "trusted";
};
}