aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/home/programs/ghostty.nix.org
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2025-01-02 23:40:43 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2025-01-02 23:40:43 -0600
commit379b35c5c996b5c3be50369a9b1072b18dd84080 (patch)
tree14c7af41d4f612551c4cbd7a0483359a2bfab1b3 /macos.local/.flake/home/programs/ghostty.nix.org
parentfed00142a46afc3e21090196c811fd1f2e0ea009 (diff)
system changes
Diffstat (limited to 'macos.local/.flake/home/programs/ghostty.nix.org')
-rw-r--r--macos.local/.flake/home/programs/ghostty.nix.org10
1 files changed, 3 insertions, 7 deletions
diff --git a/macos.local/.flake/home/programs/ghostty.nix.org b/macos.local/.flake/home/programs/ghostty.nix.org
index c7cfa85..20bffab 100644
--- a/macos.local/.flake/home/programs/ghostty.nix.org
+++ b/macos.local/.flake/home/programs/ghostty.nix.org
@@ -5,12 +5,8 @@ This terminal emulator seems over-hyped, but I'm trying it anyways.
{ config, pkgs, ... }:
{
- programs.ghostty = {
- enable = true;
- enableZshIntegration = true;
- settings = {
- font-family = "SauceCodePro Nerd Font";
- };
- };
+ home.file."./.config/ghostty/config".text = ''
+ font-family = "SauceCodePro Nerd Font"
+ '';
}
#+end_src