This commit is contained in:
Vivian 2025-07-15 12:08:08 +02:00
parent b32c281fa5
commit f833c25447

View file

@ -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 = { };