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

@ -88,7 +88,6 @@ in {
auto-optimise-store = true; auto-optimise-store = true;
experimental-features = "nix-command flakes pipe-operators"; experimental-features = "nix-command flakes pipe-operators";
}; };
}; };

2648
flake.lock generated

File diff suppressed because it is too large Load diff

View file

@ -149,7 +149,7 @@ in {
description = "Zen profiles"; 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) { lib.optionalAttrs (options ? home.packages) {
programs.zen-browser = { programs.zen-browser = {
enable = true; enable = true;