mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
ef12c29f36
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.
22 lines
289 B
Nix
Executable File
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
|
|
];
|
|
}
|