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;