mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
nixos/gnome-desktop: enable colord service
Fixes this (line wrapped): $ gnome-control-center [... click on the "Color" item ...] (gnome-control-center:3977): color-cc-panel-WARNING **: \ The name org.freedesktop.ColorManager was not provided by any .service files With this patch applied, the above warnings are not printed and the GUI shows some devices that can be managed (my printer and display). Without this patch the GUI is empty (non-functional). (cups will also complain in the journal with a similar message when doing print jobs, without this patch.)
This commit is contained in:
parent
4eb08c560d
commit
66ee7a4c46
@ -120,6 +120,7 @@ in {
|
||||
networking.networkmanager.enable = mkDefault true;
|
||||
services.upower.enable = config.powerManagement.enable;
|
||||
services.dbus.packages = mkIf config.services.printing.enable [ pkgs.system-config-printer ];
|
||||
services.colord.enable = mkDefault true;
|
||||
hardware.bluetooth.enable = mkDefault true;
|
||||
|
||||
fonts.fonts = [ pkgs.dejavu_fonts pkgs.cantarell_fonts ];
|
||||
|
Loading…
Reference in New Issue
Block a user