Skip to content

Commit be2286c

Browse files
committed
fix(home/espanso): use correct config
1 parent 64974b0 commit be2286c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/mlenz/common/programs/espanso.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
...
55
}:
66
lib.mkIf config.custom.profile.isWorkstation {
7-
programs.espanso = {
7+
services.espanso = {
88
enable = false;
99
configs.default = { };
1010
matches.base = {

0 commit comments

Comments
 (0)