This commit is contained in:
Geoffrey Frogeye 2025-05-27 19:26:30 +02:00
parent 492f085d52
commit bb021a1aae
30 changed files with 487 additions and 573 deletions

View file

@ -32,14 +32,8 @@ in
];
};
desktop = {
xorg = lib.mkEnableOption "Enable X11 support";
# TODO Use appropriate OS/HM option(s) instead
numlock = lib.mkEnableOption "Auto-enable numlock";
x11_screens = lib.mkOption {
default = [ "UNSET1" ];
description = "A list of xrandr screen names from left to right.";
type = lib.types.listOf lib.types.str;
};
xorg = lib.mkEnableOption "Enable graphics support";
# TODO Rename
maxVideoHeight = lib.mkOption {
type = lib.types.int;
description = "Maximum video height in pixel the machine can reasonably watch";