marleyos/home/languages/default.nix

9 lines
80 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./javascript.nix
./go.nix
./php.nix
];
}