From 6ec824b45ba8443ea5f3e39bc87a717d0e030970 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 3 Jun 2025 21:15:48 -0500 Subject: hosts/tomato: Install more packages --- hosts/tomato/packages.nix | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'hosts/tomato/packages.nix') diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index b4c4ba4..c22f316 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -1,5 +1,9 @@ -{ pkgs, ... }: +{ pkgs, inputs ... }: +let + blender-bin = inputs.blender-bin. + packages.x86_64-linux; +in { this.sets = { arch.tools = true; @@ -36,5 +40,17 @@ emacsPackages.mu4e isync ppsspp + wesnoth + luanti + superTuxKart + teeworlds + bzflag + gzdoom + mgba + mindustry + shattered-pixel-dungeon + taisei + xonotic-glx + blender-bin.blender_3_6 ]; } -- cgit v1.2.3