浏览代码

Merge pull request #99 from 06kellyjac/nixos_install_details

Added installation instructions for NixOS/nix
Fredrik Svantesson 5 年前
父节点
当前提交
b914819dd4
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      README.md

+ 8
- 0
README.md 查看文件

131
 
131
 
132
     make deb
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
 ### Manual
142
 ### Manual
135
 
143
 
136
 If you download a stable release, these are the commands that will get you up and running:
144
 If you download a stable release, these are the commands that will get you up and running: