mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02:00
fix: kitty settings on linux
This commit is contained in:
@@ -13,9 +13,9 @@
|
|||||||
macos_option_as_alt = true; # Option key acts as Alt on macOS
|
macos_option_as_alt = true; # Option key acts as Alt on macOS
|
||||||
scrollback_lines = 10000;
|
scrollback_lines = 10000;
|
||||||
enable_audio_bell = false;
|
enable_audio_bell = false;
|
||||||
} // lib.mkIf pkgs.stdenv.isDarwin {
|
} // (if pkgs.stdenv.isDarwin then {
|
||||||
# macOS specific settings, force kitty to use nushell as default shell
|
# macOS specific settings, force kitty to use nushell as default shell
|
||||||
shell = "/run/current-system/sw/bin/nu";
|
shell = "/run/current-system/sw/bin/nu";
|
||||||
};
|
} else {});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user