Update lock, separate blender from blender with cuda and switch kernel on thor

This commit is contained in:
Filippo Berto 2023-01-24 13:00:48 +01:00
parent 3e037d39c3
commit 823904c37c
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
5 changed files with 19 additions and 17 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, ... }: {
home.packages = with pkgs; [ (blender.override { cudaSupport = true; }) ];
}