It depends on what your intention is.
If you want retroarch to be on the path, this should do it:
{ config, pkgs, ... }:
{
...
environment.systemPackages = with pkgs; [
...
retroarch
];
...
}
It depends on what your intention is.
If you want retroarch to be on the path, this should do it:
{ config, pkgs, ... }:
{
...
environment.systemPackages = with pkgs; [
...
retroarch
];
...
}