Adding desktop config
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{ config, pkgs, ... }: {
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
enable_audio_bell = false;
|
||||
cursor_trail = 1;
|
||||
|
||||
enabled_layouts = "tall, grid, fat, splits";
|
||||
|
||||
@@ -18,8 +20,7 @@
|
||||
tab_bar_edge = "bottom";
|
||||
tab_bar_style = "powerline";
|
||||
tab_powerline_style = "slanted";
|
||||
tab_title_template =
|
||||
"{title}{' :{}'.format(num_windows) if num_windows > 1 else ''}";
|
||||
tab_title_template = "{title}{' :{}'.format(num_windows) if num_windows > 1 else ''}";
|
||||
|
||||
# keys
|
||||
kitty_mod = "alt";
|
||||
|
||||
Reference in New Issue
Block a user