Fix streamcontroller
This commit is contained in:
parent
b461a27228
commit
16e3985e87
3 changed files with 1 additions and 2650 deletions
|
|
@ -149,7 +149,7 @@ in {
|
|||
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) {
|
||||
programs.zen-browser = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue