feat: blender

This commit is contained in:
2025-10-01 22:58:05 +01:00
parent 052e8d1bdb
commit 88cc58ff5d
4 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{ inputs, pkgs, home, ... }:
let
in {
# whole blender config including addons is too fat to include here
home.packages = with pkgs; [
blender
];
# 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
}