aboutsummaryrefslogtreecommitdiff
path: root/macos.local
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2025-01-02 23:17:56 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2025-01-02 23:17:56 -0600
commit654760ef6b3efb6e6dedecbc8909311c7505d9d6 (patch)
tree9e2e4322010eb3aeed72d2a59608d50254e0e7cd /macos.local
parent084a1fe30d50ed406f41e1c746a40eb1be9f792c (diff)
system changes
Diffstat (limited to 'macos.local')
-rw-r--r--macos.local/.flake/home/programs/ghostty.nix.org3
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