1
0
Fork 0
puter/profiles/trusted/default.nix

7 lines
97 B
Nix
Raw Normal View History

2025-07-14 21:18:44 +02:00
{ lib, ... }:
{
options.profiles.trusted = {
enable = lib.mkEnableOption "trusted";
};
}