Kitty: Difference between revisions

Layer-09 (talk | contribs)
m Cleaned up the page
DHCP (talk | contribs)
m style improvements
 
(3 intermediate revisions by 3 users not shown)
Line 14: Line 14:
To temporarily use Kitty in a shell environment, you can run:
To temporarily use Kitty in a shell environment, you can run:
</translate>
</translate>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="console">
nix-shell -p kitty
$ nix-shell -p kitty
</syntaxhighlight>
</syntaxhighlight>


Line 45: Line 45:
Then, rebuild your system or apply your Home Manager configuration:
Then, rebuild your system or apply your Home Manager configuration:
</translate>
</translate>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="console">
# For system-wide installation
# # For system-wide installation
sudo nixos-rebuild switch
# nixos-rebuild switch


# For Home Manager
$ # For Home Manager
home-manager switch
$ home-manager switch
</syntaxhighlight>
</syntaxhighlight>


Line 118: Line 118:


<translate>
<translate>
<!--T:stylix-->
=== Theming with Stylix === <!--T:stylix-->
=== Theming with Stylix ===


You can use [[Stylix]] to theme Kitty by enabling its built-in integration:<ref>https://stylix.danth.me/options/hm.html#stylixtargetskittyenable</ref>
<!--T:11-->
You can use [[Stylix]]<ref>https://github.com/nix-community/stylix</ref> to theme Kitty by enabling its built-in integration:<ref>https://nix-community.github.io/stylix/options/modules/kitty.html#stylixtargetskittyenable</ref>
</translate>
</translate>
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">