11 lines
136 B
Nix
11 lines
136 B
Nix
{ pkgs, config, ... }: {
|
|
imports = [
|
|
./c.nix
|
|
./common.nix
|
|
./go.nix
|
|
./node.nix
|
|
./prose.nix
|
|
./python.nix
|
|
];
|
|
}
|