DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: d0ec58b43353c04396d3fc2a9be27c5e1b2ad780 nix-arta/modules/nixos/lazygit.nix -rw-r--r-- 147 bytes
d0ec58b4Jonni Liljamo shell: improve bash experience 15 days ago
                                                                                
1
2
3
4
5
6
7
8
{
  flake.modules.nixos.lazygit = {...}: {
    programs.lazygit = {
      enable = true;
      settings.disableStartupPopups = true;
    };
  };
}