fix x-os option

This commit is contained in:
teutat3s 2021-10-26 01:06:13 +02:00
parent 1ab1ec5ded
commit 27d962c96b
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -4,6 +4,11 @@ let
cfg = config.pub-solar.x-os;
in
{
options.pub-solar.x-os.iso-options.enable = mkOption {
type = types.bool;
default = false;
description = "Feature flag for iso builds";
};
config = {
# Enable plymouth for better experience of booting
boot.plymouth.enable = true;