{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./firefox
];
environment.systemPackages = with pkgs; [waypipe];
}