blob: a11c07db5c069adb8bfd2155f2e5293fa9b937de (
plain) (
tree)
|
|
{ ... }: let
font = "Sans 13";
monoFont = "monospace:size=18";
in {
imports = [ ../wayland/home.nix ];
services.mako.font = font;
programs = {
zathura.options.font = font;
foot.settings.main.font = monoFont;
};
}
|