From 379b35c5c996b5c3be50369a9b1072b18dd84080 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 2 Jan 2025 23:40:43 -0600 Subject: system changes --- macos.local/.flake/home/programs/ghostty.nix.org | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'macos.local/.flake/home/programs/ghostty.nix.org') 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 -- cgit v1.2.3