Fix streamcontroller

This commit is contained in:
DashieTM 2025-03-16 17:49:06 +01:00
parent 7c70384da2
commit b461a27228
7 changed files with 16 additions and 33 deletions

View file

@ -149,7 +149,7 @@ in {
description = "Zen profiles";
};
};
config = lib.mkIf config.mods.browser.zen.enable (
config = lib.mkIf (config.mods.browser.zen.enable || config.mods.homePackages.browser == "firefox") (
lib.optionalAttrs (options ? home.packages) {
programs.zen-browser = {
enable = true;