mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/ni: add Blender configuration
This commit is contained in:
parent
3c68db65dc
commit
bdeccc3c08
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user