working version of godot; remove waydroid

This commit is contained in:
2025-03-17 11:24:43 +00:00
parent 7ffb78ab59
commit aa1c23af60
3 changed files with 19 additions and 19 deletions

View File

@@ -1,8 +1,8 @@
{ pkgs, ... }:
{ pkgs, inputs, ... }:
{
home.packages = with pkgs;[
jetbrains.rider
#godot_4-mono
home.packages = [
pkgs.jetbrains.rider
inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".godot-mono
];
}