dotfiles/home-manager/modules/lazygit.nix
2024-10-06 15:25:05 -05:00

7 lines
75 B
Nix
Executable file

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