mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-27 11:17:03 +02:00
chore: format code
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# general tools
|
||||
pulumi
|
||||
pulumictl
|
||||
packer # machine image builder
|
||||
packer # machine image builder
|
||||
|
||||
# aws
|
||||
awscli2
|
||||
|
||||
@@ -30,11 +30,10 @@
|
||||
};
|
||||
|
||||
# consistent with wezterm
|
||||
keybindings =
|
||||
{
|
||||
"ctrl+shift+m" = "toggle_maximized";
|
||||
"ctrl+shift+f" = "show_scrollback"; # search in the current window
|
||||
};
|
||||
keybindings = {
|
||||
"ctrl+shift+m" = "toggle_maximized";
|
||||
"ctrl+shift+f" = "show_scrollback"; # search in the current window
|
||||
};
|
||||
|
||||
settings = {
|
||||
background_opacity = "0.93";
|
||||
|
||||
Reference in New Issue
Block a user