universeair: Fix shortcuts, add zoom
This commit is contained in:
@@ -49,6 +49,11 @@ in
|
||||
bqn386
|
||||
];
|
||||
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.mac-emacs;
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
EDITOR = "emacs";
|
||||
};
|
||||
@@ -91,6 +96,7 @@ in
|
||||
"nextcloud"
|
||||
"tidal"
|
||||
"bitwarden"
|
||||
"zoom-for-it-admins"
|
||||
];
|
||||
# Apps to install outside of nix for when wanting to test/run
|
||||
# things that... aren't used by other people who use nix, like
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
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
|
||||
cmd + shift - e : emacsclient --create-frame --alternate-editor=""
|
||||
cmd + shift + ctrl - e : kitty -d ~ -1
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user