readme: remove questionable, duplicate documentation

read the source code :3
This commit is contained in:
Elec3137 2026-02-27 10:27:11 -08:00
commit beeb3e60e6

View file

@ -7,37 +7,7 @@ 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.
```nix Many of the extra settings can be added to or overridden:
# This enables many of the defaults from this repository
nixowos.enable = true;
# extra switches
# enables the default set of graphical settings.
# for instance if plasma6 is enabled, enable kdeconnect too
nixowos.graphical.enable = true;
# enables steam with relevant ports opened,
# enables mangohud with a nice default config,
# and loads ntsync kernel module for (possibly) better performance
nixowos.graphical.games.enable = true;
# only if you have an nvidia card, of course
nixowos.graphical.nvidia.enable = true;
# installs better asian fonts,
# and sets up fcitx for japanese input
# (toggle with ctrl+alt+space)
nixowos.graphical.jp.enable = true;
# instead of using sddm, use a tiny script on login
# to run startplasma_wayland if running on /dev/tty1
# note: this doesn't automatically unlock kwallet
nixowos.plasma.startOnFirstTTY = true;
```
Many of the extra settings can be added to or overridden.
```nix ```nix
# this would replace the default config with a single setting, # this would replace the default config with a single setting,
# to only extract (save) audio. # to only extract (save) audio.