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/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index e5919f8..77c31e6 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -66,6 +66,7 @@ "HomeCam" = 1292995895; "Keeper Password Manager" = 414781829; "MeetingBar" = 1532419400; + "Messenger" = 1480068668; "Microsoft Remote Desktop" = 1295203466; "Telegram" = 747648890; "WhatsApp Messenger" = 310633997; 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 = {