feat: add work laptop configuration
This commit is contained in:
14
home/dogar/common/optional/kitty.nix
Normal file
14
home/dogar/common/optional/kitty.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{config, ...}: {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
settings = {
|
||||
font = config.hostSpec.font;
|
||||
shell = "tmux";
|
||||
font-size = 16.0;
|
||||
active_border_color = "#44ffff";
|
||||
single_window_margin_width = 0;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user