DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 29e9eb405659df39514d49854c519c80942c7b22 nix-arta/modules/nixos/lazygit.nix -rw-r--r-- 147 bytes
29e9eb40Jonni Liljamo flake: update 15 days ago
                                                                                
1
2
3
4
5
6
7
8
{
  flake.modules.nixos.lazygit = {...}: {
    programs.lazygit = {
      enable = true;
      settings.disableStartupPopups = true;
    };
  };
}