nixpkgs update fixes

This commit is contained in:
notgne2 2025-08-05 10:59:58 -07:00
parent f4727ae80a
commit 905ec5f625
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View file

@ -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;
};
});