DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 58ab433029547262d84290ddb6c00625d817dc53 nix-arta/modules/nixos/lazygit.nix -rw-r--r-- 147 bytes
58ab4330Jonni Liljamo feat: bluetooth a month ago
                                                                                
1
2
3
4
5
6
7
8
{
  flake.modules.nixos.lazygit = {...}: {
    programs.lazygit = {
      enable = true;
      settings.disableStartupPopups = true;
    };
  };
}