This commit is contained in:
2025-03-07 11:27:13 -05:00
parent 2f0a3767a7
commit 2e63f39697
19 changed files with 102 additions and 54 deletions

View File

@@ -0,0 +1,11 @@
{
pkgs,
config,
...
}: {
programs = {
lazygit = {
enable = true;
};
};
}