new beginning

This commit is contained in:
2024-06-30 23:27:40 +02:00
commit ec1513fbf3
52 changed files with 5459 additions and 0 deletions

4
pkgs/default.nix Normal file
View File

@ -0,0 +1,4 @@
{pkgs, ...}: {
cups-kyocera-fs1370dn = pkgs.callPackage ./cups-kyocera-fs1370dn {};
comic-mono = pkgs.callPackage ./comic-mono {};
}