Skip to content

Commit

Permalink
fix: firefox wrong NixOS Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
KP64 committed Dec 24, 2024
1 parent 4e0e572 commit a9b1744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/browsers/firefox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ in
definedAliases = [ "@no" ];
};
"NixOS Wiki" = {
urls = [ { template = "https://nixos.wiki/wiki/{searchTerms}"; } ];
urls = [ { template = "https://wiki.nixos.org/wiki/{searchTerms}"; } ];
updateInterval = 24 * 60 * 60 * 1000; # every day
icon = nix-snowflake-icon;
definedAliases = [ "@nw" ];
Expand Down

0 comments on commit a9b1744

Please sign in to comment.