From a90cdf4e5363c2ed8b0e6f85c9bc9b43820cdfa3 Mon Sep 17 00:00:00 2001 From: gapul <92638132+gapul@users.noreply.github.com> Date: Sun, 9 Aug 2026 17:36:08 +0900 Subject: [PATCH] feat(workstation): add stockfish The Puddle chess wallpaper plays against it. It is not bundled with the wallpaper: Stockfish is GPLv3, so it is run as a separate process and simply has to exist on the machine. --- nix/home/workstation.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home/workstation.nix b/nix/home/workstation.nix index d9883938..7897cc80 100644 --- a/nix/home/workstation.nix +++ b/nix/home/workstation.nix @@ -51,6 +51,7 @@ in podman # containers (the machine VM is maintained separately) fontforge # font editing CLI (GUI is the fontforge-app cask) python3Packages.fonttools # font manipulation lib/CLI + stockfish # chess engine, spoken to over UCI (the Puddle chess wallpaper's opponent) aerc # mail TUI isync # IMAP sync (mbsync) # Japanese proofreading textlint (whole ruleset pinned via buildNpmPackage; pnpm global retired)