universeair: Disable native-comp (broken in macOS 15.4+ nixpkgs issue#395169)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
services.skhd = {
|
||||
enable = true;
|
||||
skhdConfig = ''
|
||||
cmd + shift - e : open '${pkgs.me-emacs}/Applications/Emacs.app'
|
||||
cmd + shift - e : open '${(pkgs.me-emacs.override {withNativeCompilation = false;})}/Applications/Emacs.app'
|
||||
cmd + shift + ctrl - e : kitty -d ~ -1
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user