Add lazygit

This commit is contained in:
2026-07-02 14:10:29 +02:00
parent 7aaec79d03
commit 711e593018
4 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
lazygit
];
}