feat: re-enable dunst, switch salut -> dunst, add&change packages

This commit is contained in:
steveej 2023-10-15 21:01:13 +02:00
parent f111bf1de5
commit 207b30f0a5
4 changed files with 54 additions and 42 deletions

View file

@ -1,6 +1,5 @@
{
pkgs,
config,
...
}: {
services.espanso = {
@ -8,11 +7,17 @@
# # src =
# })
enable = true;
settings = {
configs = {
default = {
# backend = "Inject";
# backend = "Clipboard";
};
};
matches = let
playerctl = ''
${pkgs.coreutils}/bin/env DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/$(${pkgs.coreutils}/bin/id -u)/bus" ${pkgs.playerctl}/bin/playerctl'';
in [
in {
default = { matches = [
{
trigger = ":vpos";
replace = "{{output}}";
@ -60,6 +65,7 @@
replace = "¯\\_()_/¯";
}
];
};
};
};
}