dotfiles/modules/home/cli/development/versioning/lazygit/default.nix
2025-03-29 23:08:26 -05:00

7 lines
75 B
Nix
Executable file

{
programs.lazygit = {
enable = true;
settings = {
};
};
}