Merge branch 'dwilliam62-main-patch-30445' into 'main'

Update config.nix  Fixes  opengl trace warnings for DRI and opengl name changed...

See merge request Zaney/zaneyos!51
This commit is contained in:
Tyler Kelley 2024-07-30 17:21:03 +00:00
commit b44fd2724b

View File

@ -283,7 +283,7 @@ in
swww swww
grim grim
slurp slurp
gnome.file-roller file-roller
swaynotificationcenter swaynotificationcenter
imv imv
mpv mpv
@ -398,8 +398,8 @@ in
}; };
# Extra Logitech Support # Extra Logitech Support
hardware.logitech.wireless.enable = true; hardware.logitech.wireless.enable = false;
hardware.logitech.wireless.enableGraphical = true; hardware.logitech.wireless.enableGraphical = false;
# Bluetooth Support # Bluetooth Support
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
@ -462,10 +462,8 @@ in
}; };
# OpenGL # OpenGL
hardware.opengl = { hardware.graphics = {
enable = true; enable = true;
driSupport = true;
driSupport32Bit = true;
}; };
console.keyMap = "${keyboardLayout}"; console.keyMap = "${keyboardLayout}";