16 lines
261 B
Nix
16 lines
261 B
Nix
{
|
|
den.aspects = {
|
|
version-control = {
|
|
homeManager = {
|
|
programs = {
|
|
lazygit = {
|
|
enable = true;
|
|
settings = {
|
|
git.overrideGpg = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|