feat: add isisdl overlay

This commit is contained in:
Jacob Bachmann 2024-05-16 16:20:21 +02:00
parent 6f14d08d92
commit d01221fd65
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
4 changed files with 43 additions and 0 deletions

View file

@ -13,6 +13,7 @@
mfcl3750cdwlpr = (super.callPackage ../overlays/mfcl3750cdw.nix { }).driver;
mfcl3750cdwcupswrapper = (super.callPackage ../overlays/mfcl3750cdw.nix { }).cupswrapper;
pppdf = (super.python3Packages.callPackage ../overlays/pppdf { });
isisdl = (super.python3Packages.callPackage ../overlays/isisdl.nix { });
})
];
config = {