ark/modules/develop/default.nix

6 lines
131 B
Nix
Raw Permalink Normal View History

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