Fix incorrect hardware name

This commit is contained in:
Manuel Thalmann 2024-08-09 00:03:45 +02:00
parent 7e474aa684
commit 0ab6fcffcb

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