nixos/acpilight: add to packages

wip/yesman
gnidorah 4 years ago
parent b839d4a855
commit ec26da1fc6
  1. 1
      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 ];
};
}

Loading…
Cancel
Save