diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 91743423..a1b7b56e 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -40,7 +40,7 @@ }; media = { gimp.enable = true; - # this is broken + # fixed via local package resolve.enable = true; blender.enable = true; kdenlive.enable = true; @@ -60,6 +60,8 @@ javascript.enable = true; python.enable = true; rust.enable = true; + # too heavy + unity.enable = false; projects = { sakoEngine.enable = true; };