Minor refactor
This commit is contained in:
parent
b9f445c747
commit
37c6e842f1
12 changed files with 48 additions and 69 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue