summaryrefslogtreecommitdiff
path: root/home/ebisu/core/nix/development/default.nix
blob: 7c92172f63d481f7d7fd223f2616f165d612eba6 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  imports = [
    ./formatting.nix
    ./lsp.nix
    ./tools.nix
  ];

  services.lorri.enable = true;
}