Skip to content

schembriaiden/helium-browser-nix-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helium Browser Nix Flake

A standalone Nix flake for the Helium browser, a private, fast, and honest web browser based on ungoogled-chromium.

Usage

Run directly

You can run Helium directly without installing it:

nix run github:schembriaiden/helium-browser-nix-flake

Install in NixOS or Home Manager

Add this flake to your inputs:

inputs.helium = {
  url = "github:schembriaiden/helium-browser-nix-flake";
  inputs.nixpkgs.follows = "nixpkgs";
};

Then add it to your packages:

environment.systemPackages = [
  inputs.helium.packages.${system}.default
];

Development

To build the package locally:

nix build .

The binary will be available at ./result/bin/helium.

Contributing

If you find something broken or not working as expected, feel free to open an issue or submit a pull request.

License

This flake is licensed under the MIT License. The Helium browser itself is licensed under the GPL-3.0 License.

About

Nix Flake for Helium Browser

Resources

License

Stars

Watchers

Forks

Contributors

Languages