Fix incorrect hardware name

This commit is contained in:
Manuel Thalmann 2024-08-09 00:03:45 +02:00
parent 2ea5578a54
commit 565f5f927e

View file

@ -173,7 +173,7 @@ $null = New-Module {
Remove-DesktopIcon "*Geforce*";
}
if (Get-Config "valhalla.hardware.corsairLighting") {
if (Get-Config "valhalla.hardware.corsairDevice") {
Install-ChocoPackage icue;
}