{
  nixpkgs.overlays = [
    (finalPkgs: previousPkgs: {
      # libx86emu-armv7l-unknown-linux-gnueabihf> /nix/store/r9h133c9m8f6jnlsqzwf89zg9w0w78s8-bash-5.2-p15/bin/bash: line 1: gcc: command not found
      hwinfo = finalPkgs.hello;
      # x11-ssh-askpass-armv7l-unknown-linux-gnueabihf> /build/imakeUMfSVM: line 1: syntax error: unexpected word (expecting ")")
      x11_ssh_askpass = finalPkgs.hello;
    })
  ];
  security.apparmor.enable = false;
}