Skip to content

Commit

Permalink
chore(espanso): Add replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jan 25, 2024
1 parent bc35dc6 commit 2c566a0
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions home-manager/modules/espanso.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,21 @@
enable = pkgs.stdenv.isLinux;
matches = {
base = {
matches = [{
trigger = ":shrug";
replace = \\_(ツ)_/¯";
}];
matches = [
{
trigger = ":shrug";
replace = \\_(ツ)_/¯";
}
{
trigger = ":tflip";
replace = "(╯°□°)╯︵ ┻━┻";
}

{
trigger = ":fingerguns";
replace = "(☞ ͡° ͜ʖ ͡°)☞";
}
];
};
};
};
Expand Down

0 comments on commit 2c566a0

Please sign in to comment.