1

Modules/Lazygit: Move lazygit config to module

This commit is contained in:
2025-07-20 18:24:39 +02:00
parent 79c4209873
commit 0462d9c271
4 changed files with 56 additions and 33 deletions

View File

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