feat: chrome and agent-browser only on yolo

Drops zen-browser and downloads-cleanup. agent-browser was a global npm
install; nixpkgs has it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
naps62
2026-08-17 12:57:25 +00:00
parent a8880c1441
commit c57a430fd6
2 changed files with 25 additions and 4 deletions
+5 -2
View File
@@ -1,18 +1,17 @@
{
lib,
pkgs,
...
}:
{
imports = [
../common/programs/default.nix
../common/programs/desktop
../common/programs/zen-browser.nix
../common/programs/hyprland
../common/programs/kitty
../common/programs/gpg.nix
../common/programs/aoe
../common/features/xdg.nix
../common/features/downloads-cleanup.nix
./monitors.nix
./services.nix
./ssh.nix
@@ -20,6 +19,10 @@
custom.hyprland.cursorSize = 32;
# Headless browser driver the agent tooling shells out to. Was a global npm
# install on the ubuntu box.
home.packages = [ pkgs.agent-browser ];
# Both default to ~/projects/nixos-config in common/programs; this clone lives
# under ~/tea. nh.flake sets NH_FLAKE, so without it `nh home switch` with no
# argument resolves to a path that does not exist.