Skip to content

Commit

Permalink
WIP: fix: Fix Discord in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Jan 11, 2025
1 parent a076108 commit af47730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-config/config/applications/graphical/firefox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ in
programs.firefox = {
enable = true;
package = lib.mkIf thirdParty (
pkgs.firefox.override { nativeMessagingHosts = [ pkgs.tridactyl-native ]; }
pkgs.firefox-bin.override { nativeMessagingHosts = [ pkgs.tridactyl-native ]; }
);
profiles."tlater" = {
extensions =
Expand Down

0 comments on commit af47730

Please sign in to comment.