{config, pkgs, lib, ...}: { services.skhd = { enable = true; skhdConfig = '' cmd + shift - e : open ${pkgs.mac-emacs}/Applications/Emacs.app cmd + shift + ctrl - e : open ${pkgs.kitty}/Applications/Kitty.app ''; }; }