From 7efc19358c3f46ac2189a383601a22ab835d83f0 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 2 Jun 2024 07:18:01 +0530 Subject: home-manager/wayland/foot: don't set font size --- home/cez/home.nix | 2 +- home/wayland/modules/foot.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/cez/home.nix b/home/cez/home.nix index a11c07d..da3f6d6 100644 --- a/home/cez/home.nix +++ b/home/cez/home.nix @@ -1,5 +1,5 @@ { ... }: let - font = "Sans 13"; + font = "sans 13"; monoFont = "monospace:size=18"; in { imports = [ ../wayland/home.nix ]; diff --git a/home/wayland/modules/foot.nix b/home/wayland/modules/foot.nix index bf1ddc4..b068b87 100644 --- a/home/wayland/modules/foot.nix +++ b/home/wayland/modules/foot.nix @@ -6,7 +6,7 @@ colors.background = "000000"; main = { pad = "10x10"; - font = lib.mkDefault "monospace:size=18"; + font = lib.mkDefault "monospace"; }; }; }; -- cgit v1.2.3