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