dend: openhantek
This commit is contained in:
8
modules/programs/openhantek.nix
Normal file
8
modules/programs/openhantek.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
flake.nixosModules.openhantek = {pkgs, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.openhantek6022
|
||||
];
|
||||
services.udev.packages = [pkgs.openhantek6022];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user