{inputs, ...}: { flake.nixosModules.test = { pkgs, ...}: { programs.firefox.enable = true; environment.systemPackages = with pkgs; [ vim ]; }; }