minecraft: added gamepad support via antimicrox

This commit is contained in:
Tigor Hutasuhut 2024-08-19 21:17:36 +07:00
parent 691e8e9ec8
commit a7a039c7a4

View file

@ -7,6 +7,7 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
prismlauncher prismlauncher
antimicrox
]; ];
}; };
} }