enable new config

This commit is contained in:
Andreas Schaafsma 2024-12-07 17:47:05 +01:00
parent b8d94f015f
commit 5a36dbc083

View File

@ -4,6 +4,7 @@ let
in in
{ {
my-namespace.hardware = { my-namespace.hardware = {
graphics-nvidia-prime-amd = enabled; graphics-nvidia-prime-amd.enable = false;
graphics-nvidia-prime-amd-testing = enabled;
}; };
} }