mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-25 08:03:09 +01:00
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:
commit
b44fd2724b
@ -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}";
|
||||||
|
Loading…
Reference in New Issue
Block a user