ark/profiles/develop/default.nix

8 lines
139 B
Nix
Raw Normal View History

2020-11-21 23:54:07 +03:00
{ pkgs, ... }: {
imports = [ ./editor ];
environment.systemPackages = with pkgs; [ git tokei ];
2020-11-21 23:54:07 +03:00
documentation.dev.enable = true;
}