Browse Source

Merge pull request #99 from 06kellyjac/nixos_install_details

Added installation instructions for NixOS/nix
Fredrik Svantesson 4 years ago
parent
commit
b914819dd4
No account linked to committer's email
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      README.md

+ 8
- 0
README.md View File

@@ -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: