From 0033c98a7f0c1fac520c3eeca79fe9a2310d0f77 Mon Sep 17 00:00:00 2001 From: Bailey Stevens Date: Wed, 31 Jan 2024 20:33:56 -0500 Subject: [PATCH] Fixes firefox nix options search engine shortcut. --- modules/home/core/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/core/default.nix b/modules/home/core/default.nix index cad0d27..7557324 100644 --- a/modules/home/core/default.nix +++ b/modules/home/core/default.nix @@ -166,7 +166,7 @@ in }]; icon = "''${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; - definedAliases = [ "@np" ]; + definedAliases = [ "@no" ]; }; "NixOS Wiki" = {