godot
This commit is contained in:
parent
9e30bf34c0
commit
a4f700bde2
@ -1,4 +1,8 @@
|
||||
{ pkgs, ... }: {
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
vscode
|
||||
libreoffice
|
||||
@ -16,6 +20,8 @@
|
||||
ms-dotnettools.vscodeintellicode-csharp
|
||||
csharpier.csharpier-vscode
|
||||
];
|
||||
userSettings = {
|
||||
"godot.csharp.executablePath" = "${inputs.godot.packages.x86_64-linux.godotMono}/bin/godot-mono";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user