1

Modules/Lazygit: Move lazygit config to module

This commit is contained in:
2025-07-20 18:24:39 +02:00
parent 2a9767a66c
commit e9c62b76ba
4 changed files with 56 additions and 33 deletions

View File

@ -0,0 +1,7 @@
{
lib,
mylib,
...
}: {
enable = lib.mkEnableOption "Enable lazygit";
}