blob: 1d72a8dde75cc59da4f164ff64358d1bc0240925 [file] [log] [blame]
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.firefox ];
}