acpilight: add to module-list

acpilight package and module have been added to nixpkgs, but the
module hasn't been added to module-list.nix, so using it results in
the following error.

```
The option `hardware.acpilight' defined in `/etc/nixos/configuration.nix' does not exist.
```

Add the module to module-list.nix.
This commit is contained in:
Alexey Shmalko 2019-03-19 23:21:36 +02:00
parent d338fc1583
commit 89845931e4
No known key found for this signature in database
GPG key ID: DCEF7BCCEB3066C3

View file

@ -35,6 +35,7 @@
./config/users-groups.nix
./config/vpnc.nix
./config/zram.nix
./hardware/acpilight.nix
./hardware/all-firmware.nix
./hardware/bladeRF.nix
./hardware/brightnessctl.nix