Added Enum for graphical protocol.
This commit is contained in:
parent
ababe89d99
commit
3922c11801
|
@ -5,5 +5,10 @@
|
|||
description = "Does this actually need X/Wayland";
|
||||
};
|
||||
|
||||
options.this.graphical.protocol = mkOption {
|
||||
type = types.enum [ "X11" "Wayland" ];
|
||||
default = null;
|
||||
};
|
||||
|
||||
imports = [ ./applications ./lang ./system ];
|
||||
}
|
||||
|
|
Reference in New Issue
Block a user