From 747130909f86d5dc5272f7ac48f168f2bf37bac5 Mon Sep 17 00:00:00 2001 From: Elec3137 Date: Fri, 27 Feb 2026 10:33:30 -0800 Subject: [PATCH] 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` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b1f75c..12e737d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ nixowos.cli.yt-dlp.extraConfig = "--extract-audio"; graphical = { enable = true; games.enable = true; + # nvidia.enable = true; plasma.startOnFirstTTY = true; jp.enable = true; mpv.useFullFFmpeg = true;