Compare commits

..

No commits in common. "cae4f2bd41fc221f27836c526dba3a5d7fc12acb" and "931ba6b899c7e0d2aa9b191d03cba2edfb5c7414" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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