feat: quick push

This commit is contained in:
Nick 2025-07-18 12:59:00 -05:00
parent 11d55b22d6
commit 6fe8860dbc
2 changed files with 12 additions and 1 deletions

View file

@ -39,6 +39,17 @@ in
]; ];
keyword = "Elm"; keyword = "Elm";
} }
{
name = "Awesome Self-Hosted";
url = "https://github.com/awesome-selfhosted/awesome-selfhosted";
tags = [
"awesome"
"self-hosted"
"self"
"hosted"
];
keyword = "Self";
}
{ {
name = "GitHub"; name = "GitHub";
url = "https://github.com/BRBWaffles"; url = "https://github.com/BRBWaffles";

View file

@ -17,7 +17,7 @@ in
theme = "Catppuccin Macchiato"; theme = "Catppuccin Macchiato";
show_copilot_suggestions = true; show_copilot_suggestions = true;
bracket_pairing = "always"; bracket_pairing = "always";
relative_line_numbers = true; relative_line_numbers = false;
tabs = { tabs = {
file_icons = true; file_icons = true;
git_status = true; git_status = true;