Make ghostty font size on thinkpad smaller

This commit is contained in:
Yan Lin 2025-09-13 15:30:03 +02:00
parent 2db8749c25
commit a9854768a7

View file

@ -24,7 +24,7 @@
programs.ghostty-custom = { programs.ghostty-custom = {
enable = true; enable = true;
package = pkgs.ghostty; # Install via nix on NixOS package = pkgs.ghostty; # Install via nix on NixOS
fontSize = 13; fontSize = 11;
windowMode = "fullscreen"; windowMode = "fullscreen";
}; };