{ pkgs, inputs, ... }:
{
environment.systemPackages = with pkgs; [
stremio
gimp
vlc
vdhcoapp
# inputs.grayjay.packages.${system}.grayjay
];
}