nixos/mate: enable system-config-printer

After some research this should be installed as a program
in Mate or Cinnamon.
This commit is contained in:
worldofpeace 2019-09-06 09:49:17 -04:00
parent 335b8c65c7
commit 998f59ccda

View file

@ -98,6 +98,9 @@ in
programs.bash.vteIntegration = mkDefault true;
programs.zsh.vteIntegration = mkDefault true;
# Mate uses this for printing
programs.system-config-printer.enable = (mkIf config.services.printing.enable (mkDefault true));
services.gnome3.at-spi2-core.enable = true;
services.gnome3.gnome-keyring.enable = true;
services.gnome3.gnome-settings-daemon.enable = true;