blob: b8a43043ddb85b37518ecc16f2ef8009e2bfa092 [file] [log] [blame]
{ pkgs, ... }: {
config.environment.systemPackages = [
pkgs.pkg-config
];
}