From 021f3bf3a8a363107c907217e3934de753a6fd93 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Mon, 27 May 2024 22:16:48 +0900 Subject: [PATCH] fix: typos --- home/firefox/default.nix | 10 +++++----- home/fish/default.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home/firefox/default.nix b/home/firefox/default.nix index 63e2bcb..1de8b88 100644 --- a/home/firefox/default.nix +++ b/home/firefox/default.nix @@ -11,7 +11,7 @@ engines = let nixicon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; - iconUpdateInteval = 24 * 60 * 60 * 1000; # every day + iconUpdateInterval = 24 * 60 * 60 * 1000; # every day in { "NixOS Packages" = { @@ -34,13 +34,13 @@ { template = "https://wiki.archlinux.org/index.php?title=Special:Search&search={searchTerms}"; } ]; iconUpdateURL = "https://nixos.wiki/favicon.ico"; - updateInterval = iconUpdateInteval; + updateInterval = iconUpdateInterval; definedAliases = [ "@archwiki" ]; }; "DuckDuckGo" = { urls = [ { template = "https://duckduckgo.com/?q={searchTerms}"; } ]; iconUpdateURL = "https://duckduckgo.com/favicon.ico"; - updateInterval = iconUpdateInteval; + updateInterval = iconUpdateInterval; definedAliases = [ "@duckduckgo" "@ddg" @@ -49,7 +49,7 @@ "MyNixOS" = { urls = [ { template = "https://mynixos.com/search?q={searchTerms}"; } ]; iconUpdateURL = "https://mynixos.com/favicon.ico"; - updateInterval = iconUpdateInteval; + updateInterval = iconUpdateInterval; definedAliases = [ "@hm" "@mynixos" @@ -58,7 +58,7 @@ "stackoverflow" = { urls = [ { template = "https://stackoverflow.com/search?q={searchTerms}"; } ]; iconUpdateURL = "https://cdn.sstatic.net/Sites/stackoverflow/Img/favicon.ico"; - updateInterval = iconUpdateInteval; + updateInterval = iconUpdateInterval; definedAliases = [ "@stackoverflow" ]; }; }; diff --git a/home/fish/default.nix b/home/fish/default.nix index 25cc054..a85c421 100644 --- a/home/fish/default.nix +++ b/home/fish/default.nix @@ -21,7 +21,7 @@ set -f input "$PWD/$argv[1]" if not test -d $input - echo "input is not a direcotry" + echo "input is not a directory" else exiftool -if '$CreateDate' -p '$FileName' "$input" | xargs -I {} jhead -n%Y-%m-%d-%H%M%S "$input/{}" end