saleae
This commit is contained in:
parent
b32c281fa5
commit
f833c25447
1 changed files with 7 additions and 1 deletions
|
@ -1,9 +1,15 @@
|
|||
# Config options needed for various university courses
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
esp-generate
|
||||
espflash
|
||||
(lib.mkIf config.hardware.saleae-logic.enable config.hardware.saleae-logic.package)
|
||||
];
|
||||
|
||||
users.extraGroups.plugdev = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue