Kitty/zh-cn: Difference between revisions

ZhX589 (talk | contribs)
Created page with "NixOS 并未为 Kitty 提供原生模块。要在 NixOS 上进行基本的 Kitty 配置,您需要手动参照 Kitty 文档中的步骤进行。"
Tags: Mobile edit Mobile web edit
ZhX589 (talk | contribs)
Created page with "如果您正在使用 Home Manager,可以通过一个简单的配置启用 Kitty:"
Line 45: Line 45:
NixOS 并未为 Kitty 提供原生模块。要在 NixOS 上进行基本的 Kitty 配置,您需要手动参照 Kitty 文档中的步骤进行。
NixOS 并未为 Kitty 提供原生模块。要在 NixOS 上进行基本的 Kitty 配置,您需要手动参照 Kitty 文档中的步骤进行。


<div lang="en" dir="ltr" class="mw-content-ltr">
如果您正在使用 Home Manager,可以通过一个简单的配置启用 Kitty:
If you're using Home Manager, you can enable Kitty with a simple configuration:
</div>
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
programs.kitty.enable = true;
programs.kitty.enable = true;