ark/profiles/develop/default.nix

8 lines
151 B
Nix
Raw Normal View History

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