{ lib, ... }: with lib; { options.mjallen.desktop.extra.wofi = { enable = mkEnableOption "enable wofi"; fontName = mkOption { type = types.str; default = "Deja Vu Sans"; }; }; }