System Gen111 @ 2024-06-21-15:18:49

This commit is contained in:
2024-06-21 15:18:50 +02:00
parent e2445aed6b
commit b72f29784a
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{
config,
pkgs,
...
}: {
environment.systemPackages = [
pkgs.openhantek6022
];
services.udev.packages = [pkgs.openhantek6022];
}