graphical: add skhd for darwin

This commit is contained in:
Charlotte Van Petegem 2024-07-25 14:26:54 +02:00
parent fc12b60c91
commit 11cae569b1
2 changed files with 12 additions and 0 deletions

View file

@ -3,5 +3,6 @@
{
imports = [
./base
./graphical
];
}

View file

@ -0,0 +1,11 @@
{ ... }:
{
services.skhd = {
enable = true;
skhdConfig = ''
cmd - return : open -na /Applications/iTerm.app
cmd + shift - return : emacs
'';
};
}