porcorosso: enable acpilight

This commit is contained in:
Luke Granger-Brown 2021-02-13 13:50:13 +00:00
parent 93b5d2c288
commit 6c9b15e908

View file

@ -168,6 +168,7 @@ in {
];
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
hardware.pulseaudio.support32Bit = true;
hardware.acpilight.enable = true;
# Define a user account.
users.users.lukegb = {