diff --git a/hosts/work/home-config.nix b/hosts/work/home-config.nix index 6059fb3..985939a 100644 --- a/hosts/work/home-config.nix +++ b/hosts/work/home-config.nix @@ -2,7 +2,10 @@ config.modules = { application = { zathura.enable = true; - foot.enable = true; + foot = { + enable = true; + font-size = "10.5"; + }; }; audio.cmus.enable = true; cli = {