From 4bf04b101b72878f48762a91048609e5e38e4d26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Tue, 31 Dec 2024 13:32:44 -0500 Subject: [PATCH] readme: added sections about features and installation --- .github/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index b14d96e..4e9ec1d 100644 --- a/.github/README.md +++ b/.github/README.md @@ -4,6 +4,16 @@ Originally from [MarceColl/zen-browser-flake](https://github.com/MarceColl/zen-b This is a flake for the Zen browser. +## Features + +- Linux support +- Available for x86_64 +- Automatic updated Flake via GitHub Actions +- Both **twilight** and **beta** versions are distributed +- Integrated browser update checks are disabled + +## Installation + Just add it to your NixOS `flake.nix` or home-manager: ```nix @@ -13,7 +23,7 @@ inputs = { } ``` -## Integration +### Integration To integrate `Zen Browser` to your NixOS/Home Manager configuration, add the following to your `environment.systemPackages` or `home.packages` respectively: