From 82d650a3094bbce86d96e9662068263bdedbec45 Mon Sep 17 00:00:00 2001 From: shibazaki Date: Thu, 27 Mar 2025 16:02:54 +0100 Subject: [PATCH] godot fix --- nixos/home/modules/editors.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/home/modules/editors.nix b/nixos/home/modules/editors.nix index 5aa81db..ba79949 100644 --- a/nixos/home/modules/editors.nix +++ b/nixos/home/modules/editors.nix @@ -21,7 +21,8 @@ csharpier.csharpier-vscode ]; userSettings = { - "godot.csharp.executablePath" = "${pkgs.godot_4-mono}/bin/godot-mono"; + "godot.csharp.executablePath" = "${pkgs.godot_4-mono}/bin/godot_4-mono"; + "csharpier.dev.customPath" = "${pkgs.dotnet-sdk}/bin/dotnet-sdk"; }; }; }