Nvidia, audio, and esp32 work

This commit is contained in:
2024-08-31 20:35:24 -07:00
parent 4512c2f340
commit 400a5c2f74
3 changed files with 48 additions and 7 deletions

View File

@@ -20,6 +20,8 @@
WLR_NO_HARDWARE_CURSORS = "1";
# Hint electron apps to use wayland
NIXOS_OZONE_WL = "1";
# Fix waiting on vsync
__GL_SYNC_TO_VBLANK = "0";
};
services.xserver = {
@@ -45,7 +47,8 @@
# Enable modesetting for Wayland compositors (hyprland)
modesetting.enable = true;
# Use the open source version of the kernel module (for driver 515.43.04+)
# open = true;
# Actually, just overridden to false for now
open = false;
# Enable the Nvidia settings menu
nvidiaSettings = true;
# Select the appropriate driver version for your specific GPU