{ pkgs, ... }:

{
  environment.systemPackages = with pkgs; [
    libraspberrypi
  ];
}