|
@@ -131,6 +131,14 @@ the development branch guidelines below followed by:
|
131
|
131
|
|
132
|
132
|
make deb
|
133
|
133
|
|
|
134
|
+### NixOS/nix
|
|
135
|
+
|
|
136
|
+You can add the following line to your `configuration.nix`:
|
|
137
|
+
|
|
138
|
+ programs.light.enable = true;
|
|
139
|
+
|
|
140
|
+For more detail on Backlight control in NixOS and setting system keybindings, visit the [NixOS Wiki page](https://nixos.wiki/wiki/Backlight)
|
|
141
|
+
|
134
|
142
|
### Manual
|
135
|
143
|
|
136
|
144
|
If you download a stable release, these are the commands that will get you up and running:
|