readme: remove to-be-changed docs

This commit is contained in:
Elec3137 2026-02-28 16:10:34 -08:00
commit 7cd3d6ea35

View file

@ -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. You could clone this repo into /etc/nixos and add a submodule.
Or, add it as a flake input. 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 ## Example flake
```nix ```nix