[mac] Some terminal updates

This commit is contained in:
Drew Haven
2025-02-13 11:07:51 -08:00
parent e642c86e21
commit aeba8d04f8
5 changed files with 32 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
# Meta-package for development on linux
{ lib, ... }:
{
imports = [
./development.nix
];
# OS X seems to render these fonts a bit smaller than Linux
programs.alacritty.settings.font.size = lib.mkForce 14;
}