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 = {