diff --git a/driver-db.json b/driver-db.json index 79ea3f0..aba7131 100644 --- a/driver-db.json +++ b/driver-db.json @@ -175,6 +175,22 @@ "experimental": false, "removable": true, "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i intel" - } + }, + { + "id": 22, + "driver": "nvidia-driver-555", + "icon": "nvidia", + "experimental": true, + "removable": true, + "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" + }, + { + "id": 23, + "driver": "nvidia-driver-555-open", + "icon": "nvidia", + "experimental": true, + "removable": true, + "detection": "lspci -D | grep -iE 'VGA|3D' | grep -i nvidia" + } ] }