nyxt
Web browser, designed to empower users to find and filter information on the Internet
Declared in: projects/nyxt/default.nix
Try the program in a shell
- 
    Install Nix
    
- Bash
 - 
  
$ apt install --yes curl git jq nix 
- Bash
 - 
  
$ apt install --yes curl git jq nix 
- Bash
 - 
  
$ pacman --sync --refresh --noconfirm curl git jq nix 
 - 
    Download a configuration file
    
# default.nix { ngipkgs ? import (fetchTarball "https://github.com/ngi-nix/ngipkgs/tarball/main") { }, }: ngipkgs.demo-shell ( { ... }: { programs.nyxt.enable = true; } )
 - 
    Enable binary substituters
    
- Bash
 - 
  
$ export NIX_CONFIG='substituters = https://cache.nixos.org/ https://ngi.cachix.org/ trusted-public-keys = cache.nixos.org-1:6nchdd59x431o0gwypbmraurkbj16zpmqfgspcdshjy= ngi.cachix.org-1:n+cal72roc3qqulxihpv+tw5t42whxmmhpragkrsrow=' 
 - 
    Build and run the shell
    
- Bash
 - 
  
$ nix-build ./default.nix && ./result 
- Bash
 - 
  
$ nix-build ./default.nix && ./result 
- Bash
 - 
  
$ rev=$(nix-instantiate --eval --attr sources.nixpkgs.rev https://github.com/ngi-nix/ngipkgs/archive/master.tar.gz | jq --raw-output)$ nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/$rev.tar.gz --packages nix --run "nix-build ./default.nix && ./result" 
- Bash
 - 
  
$ nix-build ./default.nix && ./result 
 - Missing Contribute usage instructions.
 
Options
programs.nyxt
- 
  
  
Whether to enable nyxt.
- Type:
 boolean- Default:
 false- Declared in:
 - projects/nyxt/programs/nyxt/module.nix
 
 - 
  
  
The nyxt package to use.
- Type:
 package- Default:
 pkgs.nyxt- Declared in:
 - projects/nyxt/programs/nyxt/module.nix
 
 
programs.nyxt.enable
programs.nyxt.package
Examples
Enable Nyxt
{ ... }: { programs.nyxt.enable = true; }
Declared in: projects/nyxt/programs/nyxt/examples/basic.nix
This project is funded by NLnet through these subgrants:
- Entrust
 - Nyxt-Webextensions
 - Review
 - NyxtBrowser
 - NyxtUserhosted