dotfiles/modules/programming/default.nix
2022-12-21 14:18:03 -07:00

13 lines
157 B
Nix

{ config, pkgs, lib, ... }: {
imports = [
./haskell.nix
./kubernetes.nix
./lua.nix
./nix.nix
./python.nix
./terraform.nix
];
}