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 = "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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue