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

@ -78,7 +78,7 @@
description = "Librewolf profiles";
};
};
config = lib.mkIf config.mods.browser.librewolf.enable (
config = lib.mkIf (config.mods.browser.librewolf.enable || config.mods.homePackages.browser == "librewolf") (
lib.optionalAttrs (options ? home.packages) {
programs.librewolf-dashnix = {
enable = true;