feat: add driver package for ticket printer

This commit is contained in:
Tim Schubert 2025-07-12 09:56:07 +02:00
parent f23cbdf69c
commit a414e85e51
No known key found for this signature in database
4 changed files with 79 additions and 3 deletions

View file

@ -1 +1,3 @@
{ pkgs }: { }
{ pkgs }: {
citizen-cups = pkgs.callPackage ./citizen-cups.nix {};
}