From 031a4ee892abe62ad032fb9902a06782775f194f Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 1 Apr 2024 18:39:27 +1300 Subject: [PATCH] fix(zathura): typo --- home/modules/desktop/productivity/zathura/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/desktop/productivity/zathura/default.nix b/home/modules/desktop/productivity/zathura/default.nix index cd561d7..17bdab8 100644 --- a/home/modules/desktop/productivity/zathura/default.nix +++ b/home/modules/desktop/productivity/zathura/default.nix @@ -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}";