feat: created sgblur package

This commit is contained in:
Leyla Becker 2025-09-15 13:36:07 -05:00
parent 1d0f51c70a
commit c0579f55dc
2 changed files with 68 additions and 0 deletions

View file

@ -28,5 +28,8 @@
(final: prev: {
panoramax = pkgs.python3.pkgs.callPackage ./panoramax.nix {};
})
(final: prev: {
sgblur = pkgs.python3.pkgs.callPackage ./sgblur.nix {};
})
];
}