Configure git

This commit is contained in:
2026-02-26 21:04:54 +01:00
parent 8c2c715aa3
commit 6903724321
4 changed files with 54 additions and 17 deletions

View File

@@ -1,14 +1,15 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vim
neovim
astyle
python313Packages.pynvim
git
hyfetch
fzf
fzf-zsh
ripgrep
ripgrep-all
];