nixos-config/home/themes/bat.nix

11 lines
131 B
Nix
Raw Normal View History

2021-07-29 00:07:33 +02:00
{ lib }:
with lib;
types.submodule {
options = {
name = mkOption {
type = types.str;
default = "";
};
};
}