Skip to content

Commit

Permalink
fix(espanso): Disable search shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Nov 24, 2024
1 parent 680b078 commit 5ae233a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/modules/espanso.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ isLinux, ... }: {
services.espanso = {
enable = isLinux;
configs = { default = { search_shortcut = "OFF"; }; };
matches = {
base = {
matches = [
Expand Down

0 comments on commit 5ae233a

Please sign in to comment.