Update config.nix Fixes openg trace warnings for DRI and opengl name changed to 'graphics' Also gnome.file-roller moved to file-roller Disabled logitech mouse driver to avoid the python nose being incompatible with python3.12

This commit is contained in:
dwilliam62 2024-07-11 23:38:07 +00:00
parent a2efb8a089
commit 375c1214be

View File

@ -282,7 +282,7 @@
swww
grim
slurp
gnome.file-roller
file-roller
swaynotificationcenter
imv
mpv
@ -397,8 +397,8 @@
};
# 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;
@ -461,10 +461,8 @@
};
# OpenGL
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
# Open ports in the firewall.