nixos-config/modules/dev/default.nix
Gabriel Arazas ef12c29f36 Update the Nix config
A bunch of minor updates here, a bunch of minor changes there.
All of the Nix changes is here for all the world to see.
2020-10-07 06:56:04 +08:00

22 lines
289 B
Nix
Executable File

{ config, lib, ... }:
{
imports = [
./android.nix
./base.nix
./cc.nix
./data.nix
./documentation.nix
./gamedev.nix
./go.nix
./java.nix
./javascript.nix
./lisp.nix
./math.nix
./perl.nix
./python.nix
./rust.nix
./vcs.nix
];
}