feat: blender-bin

This commit is contained in:
2025-10-01 23:21:17 +01:00
parent 88cc58ff5d
commit c05cb4d125
3 changed files with 45 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
{ inputs, pkgs, home, ... }:
{ inputs, pkgs, home, system, ... }:
let
blenderPkgs = inputs.nix-warez.packages.${system};
in {
# whole blender config including addons is too fat to include here
home.packages = with pkgs; [
blender
blenderPkgs.blender_4_5
];
# nix'ing a blender config is most likely not possible
# could probs install blender addons through nix since they are fat fat mega fat to install TODO