mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
feat(darwin): set terminal font size to 15
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
let
|
let
|
||||||
fontSize = 14;
|
fontSize = 15;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs.alacritty.settings.font.size = lib.mkForce fontSize;
|
programs.alacritty.settings.font.size = lib.mkForce fontSize;
|
||||||
|
|||||||
Reference in New Issue
Block a user