Add nixos install command

This commit is contained in:
punzik
2021-03-02 16:26:08 +03:00
committed by GitHub
parent 2c61313e07
commit bf66b7c435

View File

@@ -1,6 +1,8 @@
Simple tool for backlight brightness control. For build from source needs Simple tool for backlight brightness control. For build from source needs
[Nim](https://nim-lang.org/) language compiler. [Nim](https://nim-lang.org/) language compiler.
In NixOS download file `nbackbright.nix` and run `nix-env -f nbackbright.nix -i`.
Usage: `nbackbright <percent>`, where `<percent>` is a percentage of brightness Usage: `nbackbright <percent>`, where `<percent>` is a percentage of brightness
changing. changing.