DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 9015e3da9408355bcec2d97c876f84c294429bd2 nix-arta/modules/nixos/lazygit.nix -rw-r--r-- 147 bytes
9015e3daJonni Liljamo flake: add disko 2 days ago
                                                                                
1
2
3
4
5
6
7
8
{
  flake.modules.nixos.lazygit = {...}: {
    programs.lazygit = {
      enable = true;
      settings.disableStartupPopups = true;
    };
  };
}