mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/General] enable colord by default
This commit is contained in:
parent
e5da0315e7
commit
f5b06966f5
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue