From b964eab0ea008523bd43cec4088eeb6b94357107 Mon Sep 17 00:00:00 2001 From: rope Date: Fri, 21 Aug 2026 12:38:04 +0100 Subject: [PATCH 1/2] desktops: drop vlc, mission-center, woeusb, browsh+firefox, vscodium, tlp, macbook faugus Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01HKWhmgRWeAafjuGV8YMrqn --- hosts/FredOS-Gaming.nix | 3 --- hosts/FredOS-Macbook.nix | 12 ------------ 2 files changed, 15 deletions(-) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 0e239ea..ab9b220 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -10,14 +10,11 @@ lsfg-vk lsfg-vk-ui faugus-launcher - mission-center - vlc haruna gnome-text-editor wowup-cf proton-vpn onlyoffice-desktopeditors - woeusb qbittorrent cmatrix protonplus diff --git a/hosts/FredOS-Macbook.nix b/hosts/FredOS-Macbook.nix index d90b7ca..40742a5 100644 --- a/hosts/FredOS-Macbook.nix +++ b/hosts/FredOS-Macbook.nix @@ -3,24 +3,13 @@ { config = lib.mkIf (config.networking.hostName == "FredOS-Macbook") { environment.systemPackages = with pkgs; [ - tlp spotify discordo - faugus-launcher - mission-center - vlc haruna gnome-text-editor proton-vpn onlyoffice-desktopeditors - woeusb - vscodium cmatrix - - # TTY browsing: browsh drives a headless firefox and renders it to the - # terminal, so firefox has to be on PATH — it is not wrapped in. - browsh - firefox ]; programs.geary.enable = true; @@ -42,7 +31,6 @@ # to share with the desktop. 4 just queues them behind each other. nix.settings.max-substitution-jobs = 2; - services.tlp.enable = false; services.power-profiles-daemon.enable = true; # The SMC holds the fan at its 1200 RPM floor while the package sits at From a155f6b37ccdd2fc2f93b726ff7e7f98d44b2399 Mon Sep 17 00:00:00 2001 From: rope Date: Fri, 21 Aug 2026 12:39:19 +0100 Subject: [PATCH 2/2] macbook: drop terminus console font, browsh is gone Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01HKWhmgRWeAafjuGV8YMrqn --- hosts/FredOS-Macbook.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/FredOS-Macbook.nix b/hosts/FredOS-Macbook.nix index 40742a5..feeeb02 100644 --- a/hosts/FredOS-Macbook.nix +++ b/hosts/FredOS-Macbook.nix @@ -14,12 +14,6 @@ programs.geary.enable = true; - # TTY resolution for browsh: each cell is a half-block, so the page gets - # cols x (rows*2) pixels. The kernel's built-in 8x16 gives 180x56 on this - # 1440x900 panel; terminus 6x12 gives 240x75. - console.packages = [ pkgs.terminus_font ]; - console.font = "ter-v12n"; - nix.settings.max-jobs = 0; # max-jobs = 0 means an update is pure substitution, and nix's default