diff options
| author | seth <[email protected]> | 2023-01-23 16:42:55 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-23 16:44:55 -0500 |
| commit | 7c93704d3d49a7dc3f0067beb80846ca539d392b (patch) | |
| tree | eb7e1f252a9c445557fa88ebac846ac788dc28a6 | |
| parent | 7155724780426addf5e674e9e19f9bc9d77dd9a0 (diff) | |
add gh package
| -rw-r--r-- | .editorconfig | 2 | ||||
| -rw-r--r-- | users/seth/programs/default.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index f81219a..9361cf6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,6 @@ root = true [*] charset = utf-8 -end_of_line = 'lf' +end_of_line = lf indent_style = tab insert_file_newline = true diff --git a/users/seth/programs/default.nix b/users/seth/programs/default.nix index 6e6734e..5773b22 100644 --- a/users/seth/programs/default.nix +++ b/users/seth/programs/default.nix @@ -17,6 +17,7 @@ eclint exa fd + gh lld ripgrep statix |
