hosts/ni: add Blender configuration

This commit is contained in:
Gabriel Arazas 2023-09-27 14:22:39 +08:00
parent 3c68db65dc
commit bdeccc3c08
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -120,6 +120,18 @@
# This is somewhat used for streaming games from it.
programs.steam.remotePlay.openFirewall = true;
programs.blender = {
enable = true;
package = pkgs.blender-with-packages {
name = "foodogsquared-wrapped";
packages = with pkgs.python3Packages; [ pandas ];
};
addons = with pkgs; [
blender-blendergis
blender-machin3tools
];
};
# Backup for the almighty archive, pls.
tasks.backup-archive.enable = true;