Fix incorrect hardware name

This commit is contained in:
Manuel Thalmann 2024-08-09 00:03:45 +02:00
parent 30c13e6cc4
commit 962ff80697

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;
}