From 9df97fe5869e8c7f3f2de6642b1ba1c8b1f78dd7 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 29 Oct 2023 20:46:39 +0000 Subject: [PATCH] Enable blender on odyssey --- hosts/odyssey/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/odyssey/default.nix b/hosts/odyssey/default.nix index a4af3f3..cc1fd57 100644 --- a/hosts/odyssey/default.nix +++ b/hosts/odyssey/default.nix @@ -52,6 +52,7 @@ with lib.my; firefox.enable = true; }; media.graphics = { + modeling.enable = true; raster.enable = true; vector.enable = true; };