From 6452d3840b78d619018aa305e718ebd2a642caf4 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 6 Oct 2023 19:27:30 +0530 Subject: unify fonts --- programs/rofi.nix | 3 ++- programs/zathura.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'programs') diff --git a/programs/rofi.nix b/programs/rofi.nix index bdf5898..8ce77bf 100644 --- a/programs/rofi.nix +++ b/programs/rofi.nix @@ -1,6 +1,7 @@ { config , pkgs , theme +, font , ... }: @@ -53,7 +54,7 @@ in { programs.rofi = { enable = true; - font = "Fira Code 21"; + font = "${font.name} 21"; location = "top-left"; xoffset = 20; yoffset = 20; diff --git a/programs/zathura.nix b/programs/zathura.nix index 9758c7a..6179781 100644 --- a/programs/zathura.nix +++ b/programs/zathura.nix @@ -1,6 +1,7 @@ { config , pkgs , theme +, font , ... }: @@ -31,7 +32,7 @@ with theme; statusbar-h-padding = "50"; statusbar-v-padding = "50"; guioptions = "s"; - font = "Nerd Input 10"; + font = "${font.name} 10"; }; }; } -- cgit v1.2.3