From a0f8f65b600803bcec0ceead982c48caf20f4609 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sat, 8 Feb 2025 19:49:28 +0100 Subject: [PATCH] Enable Ghostty --- modules/hosts/darwin/default.nix | 1 + modules/hosts/nixos/rainbow-planet/home-gene.nix | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/hosts/darwin/default.nix b/modules/hosts/darwin/default.nix index 4ae67a3..e66703c 100644 --- a/modules/hosts/darwin/default.nix +++ b/modules/hosts/darwin/default.nix @@ -52,6 +52,7 @@ "font-hack-nerd-font" "font-inconsolata-g-for-powerline" "font-source-code-pro-for-powerline" + "ghostty" "gitkraken" "gitkraken-cli" "handbrake" diff --git a/modules/hosts/nixos/rainbow-planet/home-gene.nix b/modules/hosts/nixos/rainbow-planet/home-gene.nix index daa8345..2c501a5 100644 --- a/modules/hosts/nixos/rainbow-planet/home-gene.nix +++ b/modules/hosts/nixos/rainbow-planet/home-gene.nix @@ -18,8 +18,13 @@ } + "/themes/frappe.conf"); }; - programs.vscode = { - enable = true; + programs = { + ghostty = { + enable = true; + }; + vscode = { + enable = true; + }; }; services.dunst = {