Fix NixOS not running

This commit is contained in:
Florian RICHER 2025-01-08 23:12:09 +01:00
parent 3208f62b4a
commit 7ed254f183
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
3 changed files with 20 additions and 25 deletions

View file

@ -52,8 +52,6 @@ impl App {
enabled_extensions: required_extensions,
enabled_layers: vec![
String::from("VK_LAYER_KHRONOS_validation"),
String::from("VK_LAYER_MANGOHUD_overlay_x86_64"),
String::from("VK_LAYER_NV_optimus"),
],
..Default::default()
},