Compare commits
No commits in common. "e1cb461f918e13998fdf8cb9d9f68a845e790d35" and "dbd9cc3f4530bf050311e46bdb4a5ff6db5ff993" have entirely different histories.
e1cb461f91
...
dbd9cc3f45
3 changed files with 8 additions and 56 deletions
|
|
@ -32,19 +32,7 @@
|
||||||
(texlive.combine { inherit (texlive) scheme-basic latex-bin latexmk; })
|
(texlive.combine { inherit (texlive) scheme-basic latex-bin latexmk; })
|
||||||
custom-pkgs.ark
|
custom-pkgs.ark
|
||||||
];
|
];
|
||||||
shellAliases = {
|
shellAliases = { code = "codium"; };
|
||||||
code = "codium";
|
|
||||||
zunlink = ''
|
|
||||||
readlink ~/.config/zed/settings.json > ~/.config/zed/hm-settings-location &&
|
|
||||||
rm ~/.config/zed/settings.json &&
|
|
||||||
cp $(< ~/.config/zed/hm-settings-location) ~/.config/zed/settings.json &&
|
|
||||||
chmod u+w ~/.config/zed/settings.json
|
|
||||||
'';
|
|
||||||
zrelink = ''
|
|
||||||
rm -f ~/.config/zed/settings.json &&
|
|
||||||
ln -s $(< ~/.config/zed/hm-settings-location) ~/.config/zed/settings.json
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
services = { syncthing.enable = true; };
|
services = { syncthing.enable = true; };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -101,31 +101,9 @@
|
||||||
updateInterval = 24 * 60 * 60 * 1000; # every day
|
updateInterval = 24 * 60 * 60 * 1000; # every day
|
||||||
definedAliases = [ "@mxs" ];
|
definedAliases = [ "@mxs" ];
|
||||||
};
|
};
|
||||||
# Since Firefox added their own Perplexity integration, I can no
|
"Perplexity" = {
|
||||||
# longer call this profile "Perplexity." To fix this, we'll pretend
|
urls =
|
||||||
# to use Perplexity Pro. This profile has a much handier alias, plus
|
[{ template = "https://www.perplexity.ai/?q={searchTerms}"; }];
|
||||||
# removes the "vendor code" from all queries.
|
|
||||||
"Perplexity Pro" = {
|
|
||||||
urls = [
|
|
||||||
{
|
|
||||||
rels = [ "results" ];
|
|
||||||
type = "text/html";
|
|
||||||
template = "https://www.perplexity.ai/search";
|
|
||||||
params = [{
|
|
||||||
name = "q";
|
|
||||||
value = "{searchTerms}";
|
|
||||||
}];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
rels = [ "suggestions" ];
|
|
||||||
type = "application/x-suggestions+json";
|
|
||||||
template = "https://suggest.perplexity.ai/suggest";
|
|
||||||
params = [{
|
|
||||||
name = "q";
|
|
||||||
value = "{searchTerms}";
|
|
||||||
}];
|
|
||||||
}
|
|
||||||
];
|
|
||||||
icon = "https://www.perplexity.ai/favicon.ico";
|
icon = "https://www.perplexity.ai/favicon.ico";
|
||||||
updateInterval = 7 * 24 * 60 * 60 * 1000;
|
updateInterval = 7 * 24 * 60 * 60 * 1000;
|
||||||
definedAliases = [ "@pxt" ];
|
definedAliases = [ "@pxt" ];
|
||||||
|
|
@ -150,16 +128,6 @@
|
||||||
updateInterval = 24 * 60 * 60 * 1000; # every day
|
updateInterval = 24 * 60 * 60 * 1000; # every day
|
||||||
definedAliases = [ "@kg" ];
|
definedAliases = [ "@kg" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Hide search engines that I don't use/only use via bangs
|
|
||||||
google.metaData.hidden = true;
|
|
||||||
bing.metaData.hidden = true;
|
|
||||||
amazondotcom-us.metaData.hidden = true;
|
|
||||||
ddg.metaData.hidden = true;
|
|
||||||
ebay.metaData.hidden = true;
|
|
||||||
wikipedia.metaData.hidden = true;
|
|
||||||
perplexity.metaData.hidden = true;
|
|
||||||
|
|
||||||
# Based on which bangs I use, I should also add (in no particular order):
|
# Based on which bangs I use, I should also add (in no particular order):
|
||||||
# - Dockerhub
|
# - Dockerhub
|
||||||
# - WineHQ
|
# - WineHQ
|
||||||
|
|
@ -221,15 +189,12 @@
|
||||||
baseDomain = "vault.millironx.com";
|
baseDomain = "vault.millironx.com";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
url =
|
url = "https://www.perplexity.ai/";
|
||||||
"https://www.vet.k-state.edu/academics/student-faculty-handbook/";
|
label = "perplexity";
|
||||||
label = "KSU CVM Student-Faculty Handbook";
|
|
||||||
baseDomain = "www.vet.k-state.edu";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
url = "https://ksu.one45.com";
|
url =
|
||||||
label = "One45";
|
"https://www.vet.k-state.edu/academics/student-faculty-handbook/";
|
||||||
baseDomain = "ksu.one45.com";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
"browser.shopping.experience2023.active" = false;
|
"browser.shopping.experience2023.active" = false;
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@
|
||||||
provider = "zed.dev";
|
provider = "zed.dev";
|
||||||
model = "claude-3-7-sonnet";
|
model = "claude-3-7-sonnet";
|
||||||
};
|
};
|
||||||
default_profile = "minimal";
|
|
||||||
};
|
};
|
||||||
buffer_font_family = "FiraCode Nerd Font";
|
buffer_font_family = "FiraCode Nerd Font";
|
||||||
buffer_font_size = 11;
|
buffer_font_size = 11;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue