From c5e698d7ecc0221432b107c7e58dfbcebd10a941 Mon Sep 17 00:00:00 2001 From: rope Date: Mon, 1 Jun 2026 15:29:25 +0100 Subject: [PATCH] fix geary crash by using programs.geary module Co-Authored-By: Claude Opus 4.8 --- hosts/FredOS-Gaming.nix | 5 ++++- hosts/FredOS-Macbook.nix | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index cee41f7..f476e76 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -11,7 +11,8 @@ faugus-launcher adwaita-icon-theme mission-center - geary + vlc + gnome-text-editor wowup-cf adwsteamgtk proton-vpn @@ -19,6 +20,8 @@ woeusb ]; + programs.geary.enable = true; + # Force heavy builds off the gaming PC onto the media server so nix updates # never compete with games for CPU/RAM. Pairs with the distributed build # config in common.nix. builders-use-substitutes lets the server pull from diff --git a/hosts/FredOS-Macbook.nix b/hosts/FredOS-Macbook.nix index ec2b939..159e679 100644 --- a/hosts/FredOS-Macbook.nix +++ b/hosts/FredOS-Macbook.nix @@ -8,13 +8,15 @@ adwaita-icon-theme mission-center vlc - geary + gnome-text-editor proton-vpn onlyoffice-desktopeditors woeusb vscodium ]; + programs.geary.enable = true; + nix.settings.max-jobs = 0; services.tlp.enable = false;