10 lines
135 B
Nix
10 lines
135 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [ ./common.nix ];
|
|
programs.lazygit = {
|
|
enable = true;
|
|
settings = import ./config/lazygit.nix;
|
|
};
|
|
}
|