Kitty: Difference between revisions
m Cleaned up the page |
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=" | <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=" | <syntaxhighlight lang="console"> | ||
# For system-wide installation | # # For system-wide installation | ||
# 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--> | ||
You can use [[Stylix]] to theme Kitty by enabling its built-in integration:<ref>https:// | <!--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"> | ||