summary refs log tree commit diff
path: root/nixos/modules/hardware/acpilight.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/acpilight.nix')
-rw-r--r--nixos/modules/hardware/acpilight.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/hardware/acpilight.nix b/nixos/modules/hardware/acpilight.nix
index 34e8a222096..2de448a265c 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 ];
   };
 }