nixpkgs update fixes
This commit is contained in:
parent
f4727ae80a
commit
905ec5f625
3 changed files with 2 additions and 3 deletions
|
@ -87,10 +87,10 @@ inputs: all: {
|
|||
|
||||
programs.firefox = {
|
||||
package = lib.mkDefault (pkgs.librewolf.override {
|
||||
nativeMessagingHosts = [pkgs.fx-cast-bridge];
|
||||
cfg = {
|
||||
enableGnomeExtensions = true;
|
||||
pipewireSupport = true;
|
||||
nativeMessagingHosts.fxcast = true;
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue