From 6cc9ad260d63fbaa06d4e8614bd8a5a97204c631 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:08:00 +0300 Subject: [PATCH] fix typo --- hosts/sakotop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 83d82918..6f5a6c71 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -60,7 +60,7 @@ javascript.enable = true; python.enable = true; rust.enable = true; - unityhub.enable = true; + unity.enable = true; projects = { sakoEngine.enable = true; };