Fix incorrect hardware name

This commit is contained in:
Manuel Thalmann 2024-08-09 00:03:45 +02:00
parent 78f0d62657
commit 2fc9a618f1

View file

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