[Desktop/General] enable colord by default

This commit is contained in:
Antoine Viallon 2024-04-16 19:13:49 +02:00
parent e5da0315e7
commit f5b06966f5
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -97,6 +97,9 @@ in {
# Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true;
# Enable color management
services.colord.enable = true;
hardware.opengl.driSupport = true;