Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple configurations in programs.chromium #6551

Open
juangiordana opened this issue Feb 28, 2025 · 0 comments
Open

Allow multiple configurations in programs.chromium #6551

juangiordana opened this issue Feb 28, 2025 · 0 comments
Assignees

Comments

@juangiordana
Copy link

Description

Is it feasible for programs.chromium to be a list instead of a set so multiple browser variants can be configured at the same time?

  programs.chromium = [
    {
      enable = true;
      package = pkgs.brave;
      # commandLineArgs = [ ... ];
      # extensions = [ ... ];
    }

    {
      enable = true;
      package = pkgs.chromium;
      # commandLineArgs = [ ... ];
      # extensions = [ ... ];
    }
    # ...
  ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants