From ec26da1fc6e54e60b71b4a2dd2e429a3f7b9183e Mon Sep 17 00:00:00 2001 From: gnidorah Date: Thu, 12 Nov 2020 05:21:46 +0300 Subject: nixos/acpilight: add to packages --- nixos/modules/hardware/acpilight.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/hardware/acpilight.nix b/nixos/modules/hardware/acpilight.nix index 34e8a22209653..2de448a265c79 100644 --- a/nixos/modules/hardware/acpilight.nix +++ b/nixos/modules/hardware/acpilight.nix @@ -19,6 +19,7 @@ in }; config = mkIf cfg.enable { + environment.systemPackages = with pkgs; [ acpilight ]; services.udev.packages = with pkgs; [ acpilight ]; }; } -- cgit 1.4.1