DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 4fd7974f9a84c728df741450cd59bbb522660286 nix-arta/modules/nixos/lazygit.nix -rw-r--r-- 147 bytes
4fd7974fJonni Liljamo feat: remove elvish and carapace 4 days ago
                                                                                
1
2
3
4
5
6
7
8
{
  flake.modules.nixos.lazygit = {...}: {
    programs.lazygit = {
      enable = true;
      settings.disableStartupPopups = true;
    };
  };
}