dend: openhantek

This commit is contained in:
2026-03-27 17:57:20 +01:00
parent a4ae2287b5
commit bb919f666b
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{
flake.nixosModules.openhantek = {pkgs, ...}: {
environment.systemPackages = [
pkgs.openhantek6022
];
services.udev.packages = [pkgs.openhantek6022];
};
}