7 lines
90 B
Nix
7 lines
90 B
Nix
{ inputs, ... }: {
|
|
programs = {
|
|
gh.enable = true;
|
|
lazygit.enable = true;
|
|
};
|
|
}
|