dotfiles/modules/common/programming/default.nix
2023-02-20 20:45:56 -05:00

13 lines
138 B
Nix

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