nixos/home/tui/lazygit.nix

7 lines
102 B
Nix
Raw Normal View History

2023-05-17 17:10:18 +01:00
{...}: {
programs.lazygit = {
enable = true;
settings = import ./config/lazygit.nix;
};
}