6 lines
131 B
Nix
6 lines
131 B
Nix
{pkgs, ...}: {
|
|
imports = [./editor];
|
|
environment.systemPackages = with pkgs; [git tokei];
|
|
documentation.dev.enable = true;
|
|
}
|