···33 kmscon is a kms/dri-based userspace virtual terminal implementation.
34 It supports a richer feature set than the standard linux console VT,
35 including full unicode support, and when the video card supports drm
36- should be much faster.
37 '';
3839 package = mkPackageOption pkgs "kmscon" { };
4041- hwRender = mkEnableOption "3D hardware acceleration to render the console.";
4243 fonts = mkOption {
44 description = "Fonts used by kmscon, in order of priority.";
···63 nullOr (nonEmptyListOf fontType);
64 };
6566- useXkbConfig = mkEnableOption "configure keymap from xserver keyboard settings.";
006768 extraConfig = mkOption {
69 description = "Extra contents of the kmscon.conf file.";
···33 kmscon is a kms/dri-based userspace virtual terminal implementation.
34 It supports a richer feature set than the standard linux console VT,
35 including full unicode support, and when the video card supports drm
36+ should be much faster
37 '';
3839 package = mkPackageOption pkgs "kmscon" { };
4041+ hwRender = mkEnableOption "3D hardware acceleration to render the console";
4243 fonts = mkOption {
44 description = "Fonts used by kmscon, in order of priority.";
···63 nullOr (nonEmptyListOf fontType);
64 };
6566+ useXkbConfig = mkEnableOption "" // {
67+ description = "Whether to configure keymap from xserver keyboard settings.";
68+ };
6970 extraConfig = mkOption {
71 description = "Extra contents of the kmscon.conf file.";