Minor refactor

This commit is contained in:
rotterdam 2023-04-05 11:46:03 -03:00
parent b9f445c747
commit 37c6e842f1
12 changed files with 48 additions and 69 deletions

View file

@ -6,7 +6,10 @@
bluetooth.enable = true;
pulseaudio.enable = false; # Use pipewire instead
steam-hardware.enable = true; # Allow steam client to manage controllers
opengl.driSupport32Bit = true; # For OpenGL games
opengl = {
driSupport32Bit = true; # For OpenGL games
mesaPackage = pkgs.mesa_22; # NixOS/nixpkgs/issues/223729
};
};
sound.enable = true;