aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/home
diff options
context:
space:
mode:
Diffstat (limited to 'macos.local/.flake/home')
-rw-r--r--macos.local/.flake/home/programs/core.nix.org1
-rw-r--r--macos.local/.flake/home/programs/ghostty.nix.org10
2 files changed, 4 insertions, 7 deletions
diff --git a/macos.local/.flake/home/programs/core.nix.org b/macos.local/.flake/home/programs/core.nix.org
index 96302e9..5aa8897 100644
--- a/macos.local/.flake/home/programs/core.nix.org
+++ b/macos.local/.flake/home/programs/core.nix.org
@@ -9,6 +9,7 @@ Import configurations for programs and install programs with no configuration.
./alacritty.nix
./emacs/core.nix
./fastfetch.nix
+ ./ghostty.nix
./git.nix
./neovim.nix
./ssh.nix
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