mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: updated glance
This commit is contained in:
parent
8d4ce8d2f9
commit
a5bfa31ada
19 changed files with 115 additions and 22 deletions
|
@ -1,7 +1,12 @@
|
|||
{
|
||||
flake,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (flake.config.people) user0;
|
||||
inherit (flake.config.people.users.${user0}) email;
|
||||
in
|
||||
{
|
||||
services.espanso = {
|
||||
enable = true;
|
||||
|
@ -68,7 +73,7 @@
|
|||
replace = "Δ";
|
||||
}
|
||||
{
|
||||
trigger = ":em";
|
||||
trigger = ":emdash";
|
||||
replace = "—";
|
||||
}
|
||||
{
|
||||
|
@ -119,6 +124,30 @@
|
|||
trigger = ":ss0";
|
||||
replace = "⁰";
|
||||
}
|
||||
{
|
||||
trigger = ":ntt";
|
||||
replace = ''
|
||||
World A) Animals farmed for food.
|
||||
World B) Humans farmed for food.
|
||||
|
||||
All else equal, what is true of world A that is untrue of world B, that if made true of world B, would make world B permissible?'';
|
||||
}
|
||||
{
|
||||
trigger = ":dotfiles";
|
||||
replace = "https://gitlab.com/upRootNutrition/dotfiles";
|
||||
}
|
||||
{
|
||||
trigger = ":website";
|
||||
replace = "https://uprootnutrition.com";
|
||||
}
|
||||
{
|
||||
trigger = ":mail0";
|
||||
replace = email.address0;
|
||||
}
|
||||
{
|
||||
trigger = ":mail1";
|
||||
replace = email.address2;
|
||||
}
|
||||
];
|
||||
};
|
||||
global_vars = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue