aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/home/programs/ghostty.nix.org
diff options
context:
space:
mode:
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