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:
parent
beeb3e60e6
commit
747130909f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue