readme: add nvidia (commented) to flake example

The idea is to add all individual options to the example
so that they aren't missed in everything that is enabled implicitly by
`nixowos.enable` or `nixowos.graphical.enable`
This commit is contained in:
Elec3137 2026-02-27 10:33:30 -08:00
commit 747130909f

View file

@ -44,6 +44,7 @@ nixowos.cli.yt-dlp.extraConfig = "--extract-audio";
graphical = { graphical = {
enable = true; enable = true;
games.enable = true; games.enable = true;
# nvidia.enable = true;
plasma.startOnFirstTTY = true; plasma.startOnFirstTTY = true;
jp.enable = true; jp.enable = true;
mpv.useFullFFmpeg = true; mpv.useFullFFmpeg = true;