12 lines
No EOL
198 B
Nix
Executable file
12 lines
No EOL
198 B
Nix
Executable file
{ config, ... }:
|
|
|
|
{
|
|
programs.kitty = {
|
|
enable = true;
|
|
settings = {
|
|
tab_bar_style = "powerline";
|
|
tab_powerline_style = "round";
|
|
confirm_os_window_close = -1;
|
|
};
|
|
};
|
|
} |