nyxt

Nyxt is a new type of web browser designed to empower users to find and filter information on the Internet

This project is funded by NLnet through these subgrants:

Options

programs.nyxt
programs.nyxt.enable

Whether to enable nyxt.

Type:
boolean
Default:
false
programs.nyxt.package

The nyxt package to use.

Type:
package
Default:
pkgs.nyxt

Examples

Enable the nyxt program
{ ... }:

{
  programs.nyxt.enable = true;
}