···11{ pkgs, config, lib, ... }:
2233{
44+ imports = [
55+ ./firefox.nix # firefox and friends go here
66+ ];
47 config = {
55- imports = [
66- ./firefox.nix # firefox and friends go here
77- ];
88-98 environment.systemPackages = with pkgs; [
109 google-chrome
1110 # Commented out MS Edge due to sync issues with M365 school accounts atm