From f36af14a46358b958c71e689801804ce6f05e1a1 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:28:01 +0400 Subject: [PATCH] enable csharp for sakotop --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 4e629b28..ffacd4a3 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -91,6 +91,7 @@ }; nil.enable = true; cc.enable = true; + csharp.enable = true; javascript.enable = true; python.enable = true; rust.enable = true;