Add pob2 package, not working yet

This commit is contained in:
2025-04-24 08:06:06 +02:00
parent 8aaf0b81c2
commit b077da4998
2 changed files with 2 additions and 1 deletions

View File

@ -14,4 +14,5 @@
sos = pkgs.callPackage ./sos { };
xwacomcalibrate = pkgs.callPackage ./xwacomcalibrate { };
acer-battery-health-mode = pkgs.callPackage ./acer-battery-health-mode { };
pob2 = pkgs.callPackage ./pob2 { };
}