Compare commits
3 commits
931ba6b899
...
cae4f2bd41
| Author | SHA1 | Date | |
|---|---|---|---|
| cae4f2bd41 | |||
| 313d1c6cd3 | |||
| ca15682eaa |
3 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -153,5 +153,5 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services = { gpg-agent = { pinentryPackage = pkgs.pinentry_mac; }; };
|
services = { gpg-agent = { pinentry = { package = pkgs.pinentry_mac; }; }; };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue