Fix streamcontroller

This commit is contained in:
DashieTM 2025-03-16 17:49:06 +01:00
parent b461a27228
commit 16e3985e87
3 changed files with 1 additions and 2650 deletions

View file

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