fix geary crash by using programs.geary module

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rope 2026-06-01 15:29:25 +01:00
parent 1631c58764
commit c5e698d7ec
2 changed files with 7 additions and 2 deletions

View file

@ -11,7 +11,8 @@
faugus-launcher faugus-launcher
adwaita-icon-theme adwaita-icon-theme
mission-center mission-center
geary vlc
gnome-text-editor
wowup-cf wowup-cf
adwsteamgtk adwsteamgtk
proton-vpn proton-vpn
@ -19,6 +20,8 @@
woeusb woeusb
]; ];
programs.geary.enable = true;
# Force heavy builds off the gaming PC onto the media server so nix updates # 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 # never compete with games for CPU/RAM. Pairs with the distributed build
# config in common.nix. builders-use-substitutes lets the server pull from # config in common.nix. builders-use-substitutes lets the server pull from

View file

@ -8,13 +8,15 @@
adwaita-icon-theme adwaita-icon-theme
mission-center mission-center
vlc vlc
geary gnome-text-editor
proton-vpn proton-vpn
onlyoffice-desktopeditors onlyoffice-desktopeditors
woeusb woeusb
vscodium vscodium
]; ];
programs.geary.enable = true;
nix.settings.max-jobs = 0; nix.settings.max-jobs = 0;
services.tlp.enable = false; services.tlp.enable = false;