From d4f7650cd0735d1fe9173530cc31c24b65ed44ff Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 3 Jun 2024 20:50:58 +0530 Subject: global/font: init --- home/cez/home.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'home/cez') diff --git a/home/cez/home.nix b/home/cez/home.nix index da3f6d6..a97ce83 100644 --- a/home/cez/home.nix +++ b/home/cez/home.nix @@ -1,12 +1,3 @@ -{ ... }: 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; - }; } -- cgit v1.2.3