stockholm/lass/2configs/print.nix

11 lines
140 B
Nix
Raw Normal View History

2018-08-14 12:15:14 +00:00
{ pkgs, ... }:
{
services.printing = {
enable = true;
drivers = [
pkgs.foomatic_filters
pkgs.gutenprint
];
};
}