Fix streamcontroller
This commit is contained in:
parent
7c70384da2
commit
b461a27228
7 changed files with 16 additions and 33 deletions
|
|
@ -78,7 +78,7 @@
|
|||
description = "Firefox profiles";
|
||||
};
|
||||
};
|
||||
config = lib.mkIf config.mods.browser.firefox.enable (
|
||||
config = lib.mkIf (config.mods.browser.firefox.enable || config.mods.homePackages.browser == "firefox") (
|
||||
lib.optionalAttrs (options ? programs.firefox.profiles) {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue