From 9301f6c7242b84ed2636b14fbc9b068087045f33 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 15 May 2025 23:41:45 -0500 Subject: hosts/ades/common: Install blender-bin 3.6 --- hosts/ades/common.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/ades/common.nix b/hosts/ades/common.nix index 020effb..04894f3 100644 --- a/hosts/ades/common.nix +++ b/hosts/ades/common.nix @@ -1,5 +1,9 @@ -{ lib, pkgs, ... }: +{ inputs, lib, pkgs, ... }: +let + blender-bin = inputs.blender-bin. + packages.x86_64-linux; +in { imports = [ ./hardware.nix @@ -44,6 +48,7 @@ adwaita-icon-theme arc-theme arc-icon-theme + blender-bin.blender_3_6 ]; programs.firefox = { -- cgit v1.2.3