Fix streamcontroller
This commit is contained in:
parent
7c70384da2
commit
b461a27228
7 changed files with 16 additions and 33 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue