Added initial files

This commit is contained in:
baduhai 2022-11-29 17:36:21 -03:00
commit 0c97384a8d
20 changed files with 874 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ config, pkgs, lib, ... }:
{
hardware = {
bluetooth.enable = true;
opengl.driSupport32Bit = true; # For OpenGL games
steam-hardware.enable = true; # Allow steam client to manage controllers
pulseaudio.enable = false; # Use pipewire instead
};
sound.enable = true;
security.rtkit.enable = true; # Needed for pipewire to acquire realtime priority
}