DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 4e7b54aaf430e12a3246916980973c8dc58b88cf nix-arta/modules/nixos/lazygit.nix -rw-r--r-- 147 bytes
4e7b54aaJonni Liljamo niri: binds improvements for multi monitor 15 hours ago
                                                                                
1
2
3
4
5
6
7
8
{
  flake.modules.nixos.lazygit = {...}: {
    programs.lazygit = {
      enable = true;
      settings.disableStartupPopups = true;
    };
  };
}