dotfiles/modules/common/programming/default.nix

14 lines
153 B
Nix
Raw Normal View History

2023-02-21 01:45:56 +00:00
{ ... }: {
2022-12-21 21:18:03 +00:00
imports = [
./haskell.nix
./kubernetes.nix
./lua.nix
./nix.nix
./python.nix
2023-11-02 02:13:49 +00:00
./rust.nix
2022-12-21 21:18:03 +00:00
./terraform.nix
];
}