{ config, lib, pkgs, ... }: { options = { device.type = lib.mkOption { default = "minimal"; description = "device type"; }; }; }