marleyos/home/languages/default.nix

9 lines
94 B
Nix

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