graphical: add skhd for darwin
This commit is contained in:
parent
fc12b60c91
commit
11cae569b1
2 changed files with 12 additions and 0 deletions
11
modules/darwin/graphical/default.nix
Normal file
11
modules/darwin/graphical/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.skhd = {
|
||||
enable = true;
|
||||
skhdConfig = ''
|
||||
cmd - return : open -na /Applications/iTerm.app
|
||||
cmd + shift - return : emacs
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue