chore: format code

This commit is contained in:
Ryan Yin
2024-01-02 17:15:55 +08:00
parent 4a76601970
commit 18ac49f165
16 changed files with 29 additions and 27 deletions

View File

@@ -4,7 +4,6 @@
home = {
inherit username;
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new Home Manager release introduces backwards

View File

@@ -4,7 +4,7 @@
# general tools
pulumi
pulumictl
packer # machine image builder
packer # machine image builder
# aws
awscli2

View File

@@ -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";

View File

@@ -23,7 +23,7 @@
gnugrep # GNU grep, provides `grep`/`egrep`/`fgrep`
gnused # GNU sed, very powerful(mainly for replacing text in files)
gnumake
just # a command runner like make, but simpler
just # a command runner like make, but simpler
gawk # GNU awk, a pattern scanning and processing language
sad # CLI search and replace, with diff preview, really useful!!!
delta # A viewer for git and diff output