fix the espanso config

This commit is contained in:
Andreas Zweili 2022-01-17 19:18:54 +01:00
parent 6d8273c7dc
commit 78b172d3e8
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ in
home-manager.users.${username} = {
xdg.configFile.espanso = {
target = "espanso/default.yml";
onChange = "espanso restart";
onChange = "${pkgs.espanso}/bin/espanso restart";
text = ''
matches:
- trigger: "<dd"
@ -16,7 +16,7 @@ in
- name: current_date
type: date
params:
format: "%YYYY-%mm-%dd"
format: "%YY-%m-%d"
'';
};
};