From f91bf8457065ed044dcd6fbf17230ed8b28af950 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Mon, 22 Sep 2025 23:21:25 -0400 Subject: [PATCH] add alsa-oss to Earthmover to fix minecraft audio bug --- hosts/Earthmover/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Earthmover/default.nix b/hosts/Earthmover/default.nix index 323a4df..82550a1 100755 --- a/hosts/Earthmover/default.nix +++ b/hosts/Earthmover/default.nix @@ -11,7 +11,7 @@ ../../modules/nixos/mumble.nix ]; - environment.systemPackages = [ pkgs.kdePackages.krfb ]; + environment.systemPackages = [ pkgs.kdePackages.krfb pkgs.alsa-oss ]; services.cloudflared = { enable = true;