feat: updated glance

This commit is contained in:
Nick 2025-05-26 14:56:10 -05:00
parent 8d4ce8d2f9
commit a5bfa31ada
19 changed files with 115 additions and 22 deletions

View file

@ -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 = {