mirror of
https://github.com/zoriya/flake.git
synced 2026-06-12 06:41:27 +00:00
Fix ghostty config on mac
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
package =
|
||||
if pkgs.stdenv.isLinux
|
||||
then pkgs.ghostty
|
||||
else null;
|
||||
enableZshIntegration = true;
|
||||
clearDefaultKeybinds = true;
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user