ソースを参照

Merge pull request #99 from 06kellyjac/nixos_install_details

Added installation instructions for NixOS/nix
Fredrik Svantesson 4 年 前
コミット
b914819dd4
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した8 個の追加0 個の削除を含む
  1. 8
    0
      README.md

+ 8
- 0
README.md ファイルの表示

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