diff options
Diffstat (limited to 'macos.local/.flake')
-rw-r--r-- | macos.local/.flake/home/programs/ghostty.nix.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macos.local/.flake/home/programs/ghostty.nix.org b/macos.local/.flake/home/programs/ghostty.nix.org index 57a0aa0..c7cfa85 100644 --- a/macos.local/.flake/home/programs/ghostty.nix.org +++ b/macos.local/.flake/home/programs/ghostty.nix.org @@ -8,6 +8,9 @@ This terminal emulator seems over-hyped, but I'm trying it anyways. programs.ghostty = { enable = true; enableZshIntegration = true; + settings = { + font-family = "SauceCodePro Nerd Font"; + }; }; } #+end_src |