From 178d2590b9cc929c6a0b9a87993a4aeeba640874 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 30 Apr 2024 18:03:04 +0530 Subject: home-manager/cez/zathura: set font size --- home-manager/wayland/modules/zathura.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'home-manager/wayland') diff --git a/home-manager/wayland/modules/zathura.nix b/home-manager/wayland/modules/zathura.nix index f7b7e4d..6751f32 100644 --- a/home-manager/wayland/modules/zathura.nix +++ b/home-manager/wayland/modules/zathura.nix @@ -1,4 +1,4 @@ -{ ... }: { +{ lib, ... }: { programs.zathura = { enable = true; @@ -7,9 +7,9 @@ "[fullscreen] f" = "toggle_fullscreen"; }; options = { - "font" = "Sans"; - "statusbar-basename" = true; - "selection-clipboard" = "clipboard"; + font = lib.mkDefault "Sans"; + statusbar-basename = true; + selection-clipboard = "clipboard"; }; }; } -- cgit v1.2.3