earthmover: move alsa-oss to gaming module

This commit is contained in:
wo2wz 2025-10-03 16:54:53 -04:00
parent c616480051
commit 9cbf114752
2 changed files with 1 additions and 2 deletions

View file

@ -11,8 +11,6 @@
../../modules/nixos/mumble.nix ../../modules/nixos/mumble.nix
]; ];
environment.systemPackages = [ pkgs.alsa-oss ];
home-manager.users.wo2w = { home-manager.users.wo2w = {
imports = [ imports = [
../../modules/home ../../modules/home

View file

@ -15,6 +15,7 @@ in {
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gamescope # screen resolution controller for games that have bugs when changing resolution gamescope # screen resolution controller for games that have bugs when changing resolution
alsa-oss # to fix minecraft audio jank
(prismlauncher.override { (prismlauncher.override {
# Change Java runtimes available to Prism Launcher # Change Java runtimes available to Prism Launcher
jdks = [ jdks = [