···3333 kmscon is a kms/dri-based userspace virtual terminal implementation.
3434 It supports a richer feature set than the standard linux console VT,
3535 including full unicode support, and when the video card supports drm
3636- should be much faster.
3636+ should be much faster
3737 '';
38383939 package = mkPackageOption pkgs "kmscon" { };
40404141- hwRender = mkEnableOption "3D hardware acceleration to render the console.";
4141+ hwRender = mkEnableOption "3D hardware acceleration to render the console";
42424343 fonts = mkOption {
4444 description = "Fonts used by kmscon, in order of priority.";
···6363 nullOr (nonEmptyListOf fontType);
6464 };
65656666- useXkbConfig = mkEnableOption "configure keymap from xserver keyboard settings.";
6666+ useXkbConfig = mkEnableOption "" // {
6767+ description = "Whether to configure keymap from xserver keyboard settings.";
6868+ };
67696870 extraConfig = mkOption {
6971 description = "Extra contents of the kmscon.conf file.";