mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
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:
parent
335b8c65c7
commit
998f59ccda
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue