Fix incorrect hardware name

This commit is contained in:
Manuel Thalmann 2024-08-09 00:03:45 +02:00
parent eea20772be
commit 43e6cf47d1

View file

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