Compare commits
2 commits
be43caebe2
...
0c0af29dd3
Author | SHA1 | Date | |
---|---|---|---|
|
0c0af29dd3 | ||
|
ea943135ff |
|
@ -15,6 +15,7 @@
|
|||
packages = with pkgs; [
|
||||
mpv
|
||||
krita
|
||||
notesnook
|
||||
tree
|
||||
gimp
|
||||
r2modman
|
||||
|
|
|
@ -96,6 +96,29 @@
|
|||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
definedAliases = ["@np"];
|
||||
};
|
||||
"Nix Options" = {
|
||||
urls = [
|
||||
{
|
||||
template = "https://search.nixos.org/options";
|
||||
params = [
|
||||
{
|
||||
name = "type";
|
||||
value = "options";
|
||||
}
|
||||
{
|
||||
name = "channel";
|
||||
value = "unstable";
|
||||
}
|
||||
{
|
||||
name = "query";
|
||||
value = "{searchTerms}";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
definedAliases = ["@no"];
|
||||
};
|
||||
"Celtic Lite" = {
|
||||
urls = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue