diff --git a/hosts/thalassa/aoife/uni.nix b/hosts/thalassa/aoife/uni.nix index 40049290..1c3b052e 100644 --- a/hosts/thalassa/aoife/uni.nix +++ b/hosts/thalassa/aoife/uni.nix @@ -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 = { };