formatting
This commit is contained in:
@@ -35,7 +35,7 @@ in {
|
||||
xwayland = {
|
||||
enable = true;
|
||||
};
|
||||
enableNvidiaPatches = (hostname == "elderbug");
|
||||
enableNvidiaPatches = hostname == "elderbug";
|
||||
extraConfig =
|
||||
(builtins.readFile ./${hostname}.conf)
|
||||
+ ''
|
||||
|
||||
@@ -31,31 +31,30 @@ in {
|
||||
name = "Iosevka Nerd Font";
|
||||
};
|
||||
package = package;
|
||||
keybindings = {
|
||||
# Windows/Panes
|
||||
"kitty_mod+enter" = "new_window_with_cwd";
|
||||
keybindings = {
|
||||
# Windows/Panes
|
||||
"kitty_mod+enter" = "new_window_with_cwd";
|
||||
|
||||
"kitty_mod+h" = "neighboring_window left";
|
||||
"kitty_mod+j" = "neighboring_window down";
|
||||
"kitty_mod+k" = "neighboring_window up";
|
||||
"kitty_mod+l" = "neighboring_window right";
|
||||
"kitty_mod+h" = "neighboring_window left";
|
||||
"kitty_mod+j" = "neighboring_window down";
|
||||
"kitty_mod+k" = "neighboring_window up";
|
||||
"kitty_mod+l" = "neighboring_window right";
|
||||
|
||||
"kitty_mod+r" = "start_resizing_window";
|
||||
"kitty_mod+r" = "start_resizing_window";
|
||||
|
||||
# Tabs
|
||||
"kitty_mod+t" = "new_tab";
|
||||
"kitty_mod+w" = "close_tab";
|
||||
|
||||
# Tabs
|
||||
"kitty_mod+t" = "new_tab";
|
||||
"kitty_mod+w" = "close_tab";
|
||||
|
||||
# Other
|
||||
};
|
||||
# Other
|
||||
};
|
||||
settings = {
|
||||
"include" = "catppuccin.conf";
|
||||
"scrollback_lines" = 50000;
|
||||
|
||||
"shell_integration" = "enabled no-cursor";
|
||||
|
||||
"allow_remote_control" = "yes";
|
||||
"allow_remote_control" = "yes";
|
||||
|
||||
"cursor_shape" = "underline";
|
||||
"cursor_blink_interval" = 0;
|
||||
@@ -71,7 +70,7 @@ in {
|
||||
"tab_bar_style" = "powerline";
|
||||
"tab_powerline_style" = "slanted";
|
||||
|
||||
"clear_all_shortcuts" = "yes";
|
||||
"clear_all_shortcuts" = "yes";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user