sendspin
This commit is contained in:
parent
b896f4bc57
commit
ce82b29a96
4 changed files with 11 additions and 22 deletions
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
osConfig,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
config = {
|
||||
programs = {
|
||||
emacs = {
|
||||
extraConfig = ''
|
||||
(setq standard-indent 2)
|
||||
'';
|
||||
extraPackages = epkgs: [
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -91,6 +91,12 @@ in
|
|||
IconURL = "https://kagi.com/asset/597c5c3/kagi_assets/logos/search.png";
|
||||
Alias = "@k";
|
||||
}
|
||||
{
|
||||
Name = "Wolfram|Alpha";
|
||||
URLTemplate = "https://www.wolframalpha.com/input?i={searchTerms}";
|
||||
IconURL = "https://upload.wikimedia.org/wikipedia/commons/2/20/Mathematica_Logo.svg";
|
||||
Alias = "@w";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue