From b37b7ebf415def97712ba073f1efa2cc8820e683 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sat, 8 Feb 2025 19:48:55 +0100 Subject: [PATCH 1/2] Install Facebook Messenger on macOS Not my favorite platform by any means, but people talk to me here --- modules/hosts/darwin/mightymac/default.nix | 1 + 1 file changed, 1 insertion(+) 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; From a0f8f65b600803bcec0ceead982c48caf20f4609 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sat, 8 Feb 2025 19:49:28 +0100 Subject: [PATCH 2/2] 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 = {