mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-21 22:23:09 +01:00
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:
parent
a2efb8a089
commit
375c1214be
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user