Fix streamcontroller
This commit is contained in:
parent
b461a27228
commit
16e3985e87
3 changed files with 1 additions and 2650 deletions
|
|
@ -88,7 +88,6 @@ in {
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
|
||||||
experimental-features = "nix-command flakes pipe-operators";
|
experimental-features = "nix-command flakes pipe-operators";
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
2648
flake.lock
generated
2648
flake.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -149,7 +149,7 @@ in {
|
||||||
description = "Zen profiles";
|
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) {
|
lib.optionalAttrs (options ? home.packages) {
|
||||||
programs.zen-browser = {
|
programs.zen-browser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue