DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: bc1cdde73817ec4934b7c292e42db5894af49d4b nix-arta/modules/nixos/lazygit.nix -rw-r--r-- 147 bytes
bc1cdde7Jonni Liljamo readme: document comment conventions 15 days ago
                                                                                
1
2
3
4
5
6
7
8
{
  flake.modules.nixos.lazygit = {...}: {
    programs.lazygit = {
      enable = true;
      settings.disableStartupPopups = true;
    };
  };
}