mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
14 lines
167 B
Nix
14 lines
167 B
Nix
|
{ config, lib, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./base.nix
|
||
|
./cc.nix
|
||
|
./documentation.nix
|
||
|
./gamedev.nix
|
||
|
./javascript.nix
|
||
|
./lisp.nix
|
||
|
./rust.nix
|
||
|
];
|
||
|
}
|