DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: d99ed70f801a564276dec9ed35f407f53f0c06ac nix-arta/modules/nixos/lazygit.nix -rw-r--r-- 147 bytes
d99ed70fJonni Liljamo feat: add user to dialout on arwen 16 days ago
                                                                                
1
2
3
4
5
6
7
8
{
  flake.modules.nixos.lazygit = {...}: {
    programs.lazygit = {
      enable = true;
      settings.disableStartupPopups = true;
    };
  };
}