diff options
Diffstat (limited to 'hosts/tomato/packages.nix')
-rw-r--r-- | hosts/tomato/packages.nix | 18 |
1 files changed, 17 insertions, 1 deletions
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 ]; } |