Compare commits

...

3 commits

3 changed files with 3 additions and 3 deletions

View file

@ -170,7 +170,7 @@ in {
"zsh-users/zsh-completions" "zsh-users/zsh-completions"
]; ];
}; };
initExtra = conda_init "zsh" + nd_bash_function; initContent = conda_init "zsh" + nd_bash_function;
}; };
}; };
xdg = { xdg = {

View file

@ -153,5 +153,5 @@
''; '';
}; };
}; };
services = { gpg-agent = { pinentryPackage = pkgs.pinentry_mac; }; }; services = { gpg-agent = { pinentry = { package = pkgs.pinentry_mac; }; }; };
} }

View file

@ -94,7 +94,7 @@
"https://search.millironx.com/autocompleter?q={searchTerms}"; "https://search.millironx.com/autocompleter?q={searchTerms}";
} }
]; ];
iconUpdateURL = icon =
"https://search.millironx.com/static/themes/simple/img/favicon.png"; "https://search.millironx.com/static/themes/simple/img/favicon.png";
updateInterval = 24 * 60 * 60 * 1000; # every day updateInterval = 24 * 60 * 60 * 1000; # every day
definedAliases = [ "@mxs" ]; definedAliases = [ "@mxs" ];