readme: remove questionable, duplicate documentation
read the source code :3
This commit is contained in:
parent
710db7b0d5
commit
beeb3e60e6
1 changed files with 1 additions and 31 deletions
32
README.md
32
README.md
|
|
@ -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.
|
||||
Or, add it as a flake input.
|
||||
|
||||
```nix
|
||||
# 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.
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue