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