sway
This commit is contained in:
parent
492f085d52
commit
bb021a1aae
30 changed files with 487 additions and 573 deletions
10
options.nix
10
options.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue