From 7cd3d6ea35ec53b62e329ba044360c1cbd84efbb Mon Sep 17 00:00:00 2001 From: Elec3137 Date: Sat, 28 Feb 2026 16:10:34 -0800 Subject: [PATCH] readme: remove to-be-changed docs --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 12e737d..b00e730 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,6 @@ set of nixos modules to set better (opinionated) defaults You could clone this repo into /etc/nixos and add a submodule. Or, add it as a flake input. -Many of the extra settings can be added to or overridden: -```nix -# this would replace the default config with a single setting, -# to only extract (save) audio. -# not recommended for a global config for obvious reasons. -nixowos.cli.yt-dlp.extraConfig = "--extract-audio"; -``` - ## Example flake ```nix