nixos-config/home/host.nix

7 lines
104 B
Nix

{lib, ...}: {
options.host = lib.mkOption {
type = lib.types.str;
default = "generic";
};
}