Skip to content

Commit

Permalink
fix(nix): Disable espanso on macOS since package isn't available
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jan 25, 2024
1 parent 7bfb914 commit bc35dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-manager/modules/espanso.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{ pkgs, ... }: {
services.espanso = {
enable = true;
enable = pkgs.stdenv.isLinux;
matches = {
base = {
matches = [{
Expand Down

0 comments on commit bc35dc6

Please sign in to comment.