From 5707fda3298cde5aa6b1fff6cbe70c4fc207a5d9 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 16 Jul 2023 20:57:34 +0300 Subject: [PATCH] m --- hosts/sakotop/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; };