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