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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/cez') 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 ]; -- cgit v1.2.3