nixpkgs/nixos/doc/manual
K900 4787ebf7ae nixos/hidpi: remove
The single option tries to do too much work, which just ends up confusing people.

So:
- don't force the console font, the kernel can figure this out as of #210205
- don't force the systemd-boot mode, it's an awkward mode that's not supported
  on most things and will break flicker-free boot
- add a separate option for the xorg cursor scaling trick and move it under the xorg namespace
- add a general `fonts.optimizeForVeryHighDPI` option that explicitly says what it does
- alias the old option to that
- don't set any of those automatically in nixos-generate-config
2023-03-21 13:29:57 +01:00
..
administration nixos-render-docs: add structural includes, use for manual 2023-02-12 13:02:42 +01:00
configuration nixos-render-docs: add structural includes, use for manual 2023-02-12 13:02:42 +01:00
development Merge pull request #211855 from hercules-ci/lib-modules-disabledModules-module-with-key 2023-03-09 16:16:37 +01:00
installation nixos/manual: fix typos in install instructions 2023-02-22 15:40:33 +01:00
manpages nixos/doc: don't prescribe OS / manual name 2023-02-23 20:53:04 +01:00
release-notes nixos/hidpi: remove 2023-03-21 13:29:57 +01:00
contributing-to-this-manual.chapter.md nixos/manual: remove md-to-db 2023-02-10 06:40:15 +01:00
default.nix nixos/manual: apply options preprocessing to full manual 2023-03-19 13:02:03 +01:00
man-pages.xml nixos/manual: inline man-configuration.xml 2023-02-12 11:55:10 +01:00
manual.md nixos/manual: render html with nixos-render-doc if !allowDocBook 2023-02-21 18:26:41 +01:00
nixos-options.md nixos-render-docs: add structural includes, use for manual 2023-02-12 13:02:42 +01:00
preface.md nixos-render-docs: add structural includes, use for manual 2023-02-12 13:02:42 +01:00
README.md