This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-dotfiles/system/services/printing/default.nix

7 lines
99 B
Nix

{pkgs, ...}: {
services.printing = {
enable = true;
drivers = [pkgs.cnijfilter2];
};
}