chore: add pre-commit and vim

This commit is contained in:
Swarsel 2024-12-16 11:38:18 +01:00
parent e2d11ddfba
commit 455d924ab0
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 8 additions and 0 deletions

View file

@ -3561,6 +3561,9 @@ Mostly used to install some compilers and lsp's that I want to have available wh
# nix package database # nix package database
nix-index nix-index
# commit hooks
pre-commit
# proc info # proc info
acpi acpi
@ -5124,6 +5127,7 @@ Here we just define some aliases for rebuilding the system, and we allow some in
ssh-to-age ssh-to-age
git git
emacs emacs
vim
]; ];
} }
#+end_src #+end_src

View file

@ -29,6 +29,9 @@
# nix package database # nix package database
nix-index nix-index
# commit hooks
pre-commit
# proc info # proc info
acpi acpi

View file

@ -6,5 +6,6 @@
ssh-to-age ssh-to-age
git git
emacs emacs
vim
]; ];
} }