fix x-os option
This commit is contained in:
parent
1ab1ec5ded
commit
27d962c96b
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue