{ pkgs, blender-bin, ... }: { home.packages = with pkgs; [ krita inkscape audacity blender_4_2 sunvox ]; nixpkgs.overlays = [ blender-bin.overlays.default ]; }