fix(zathura): typo

This commit is contained in:
ooks-io 2024-04-01 18:39:27 +13:00
parent 0f405d3ca9
commit 031a4ee892

View file

@ -10,7 +10,7 @@ in
programs.zathura = {
enable = true;
options = {
font = "${config.fontProfiles.regular.famliy} 14";
font = "${config.fontProfiles.regular.family} 14";
recolor = true;
selection-clipboard = "clipboard";
default-bg = "#${colors.base00}";