Compare commits
No commits in common. "cae4f2bd41fc221f27836c526dba3a5d7fc12acb" and "931ba6b899c7e0d2aa9b191d03cba2edfb5c7414" have entirely different histories.
cae4f2bd41
...
931ba6b899
3 changed files with 3 additions and 3 deletions
|
|
@ -170,7 +170,7 @@ in {
|
||||||
"zsh-users/zsh-completions"
|
"zsh-users/zsh-completions"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
initContent = conda_init "zsh" + nd_bash_function;
|
initExtra = conda_init "zsh" + nd_bash_function;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
xdg = {
|
xdg = {
|
||||||
|
|
|
||||||
|
|
@ -153,5 +153,5 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services = { gpg-agent = { pinentry = { package = pkgs.pinentry_mac; }; }; };
|
services = { gpg-agent = { pinentryPackage = pkgs.pinentry_mac; }; };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
"https://search.millironx.com/autocompleter?q={searchTerms}";
|
"https://search.millironx.com/autocompleter?q={searchTerms}";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
icon =
|
iconUpdateURL =
|
||||||
"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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue