diff --git a/.zed/settings.json b/.zed/settings.json index ff63d82..afa9393 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -1,12 +1,12 @@ { - "languages": { - "Nix": { - "formatter": { - "external": { - "command": "alejandra", - "arguments": ["-"] - } - } - } - } + "languages": { + "Nix": { + "formatter": { + "external": { + "command": "alejandra", + "arguments": ["-"] + } + } + } + } } diff --git a/home/david/modules/programs/firefox.nix b/home/david/modules/programs/firefox.nix index bb5c6d5..0ee8757 100644 --- a/home/david/modules/programs/firefox.nix +++ b/home/david/modules/programs/firefox.nix @@ -225,7 +225,7 @@ in { "Rust Crates" = { urls = [ { - temaplte = "https://crates.io/search"; + template = "https://crates.io/search"; params = [ { name = "q"; diff --git a/nixos/configurations/Tytonidae/networking.nix b/nixos/configurations/Tytonidae/networking.nix index 3ad400c..673c472 100644 --- a/nixos/configurations/Tytonidae/networking.nix +++ b/nixos/configurations/Tytonidae/networking.nix @@ -31,7 +31,7 @@ # MIIMonitorSec = "1s"; # PrimaryReselectPolicy = "better"; # }; - # }; + # }; # }; networks = { "20-eno2" = {