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

@ -14,7 +14,7 @@
};
# TODO configure chromium
};
config = lib.mkIf config.mods.browser.chromium.enable (
config = lib.mkIf (config.mods.browser.chromium.enable || config.mods.homePackages.browser == "chromium") (
lib.optionalAttrs (options ? home.packages) {
home.packages = with pkgs; [chromium];
}