Remove zbar workaround

This commit is contained in:
2022-12-15 17:34:53 +00:00
parent d173f84fc0
commit 9d17d0b0be
3 changed files with 1 additions and 96 deletions
-1
View File
@@ -1,5 +1,4 @@
# TODO: auto import everything
{pkgs, ...}: {
qrclip = pkgs.callPackage ./qrclip {};
zbar = pkgs.callPackage ./zbar {};
}