Added initial files
This commit is contained in:
commit
0c97384a8d
20 changed files with 874 additions and 0 deletions
14
hosts/desktops/common/hardware.nix
Normal file
14
hosts/desktops/common/hardware.nix
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue