mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-19 06:07:24 +02:00
feat: add terminal - kitty
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{ ... }: {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
theme = "Catppuccin-Mocha";
|
||||
# darwinLaunchOptions = {};
|
||||
font = {
|
||||
name = " JetBrainsMono Nerd Font";
|
||||
};
|
||||
|
||||
settings = {
|
||||
background_opacity = "0.92";
|
||||
macos_option_as_alt = true; # Option key acts as Alt on macOS
|
||||
scrollback_lines = 10000;
|
||||
enable_audio_bell = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user