enforce enabled flatpak module when audio bottles is enabled
This commit is contained in:
@ -30,6 +30,12 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
assertions = [
|
||||||
|
(mkIf cfg.bottles.enable {
|
||||||
|
assertion = cfgfp.enable;
|
||||||
|
message = "Cannot enable bottles without the flatpak module!";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
# Use builtins.concatLists instead of mkMerge as this is more safe as the type is specified,
|
# Use builtins.concatLists instead of mkMerge as this is more safe as the type is specified,
|
||||||
# also mkMerge doesn't work in every case as it yields a set
|
# also mkMerge doesn't work in every case as it yields a set
|
||||||
|
Reference in New Issue
Block a user