dotfiles/modules/common/programming/default.nix

13 lines
138 B
Nix
Raw Normal View History

2024-04-20 13:42:06 +00:00
{ ... }:
{
2022-12-21 21:18:03 +00:00
imports = [
./haskell.nix
./kubernetes.nix
./lua.nix
./python.nix
2023-11-02 02:13:49 +00:00
./rust.nix
2022-12-21 21:18:03 +00:00
./terraform.nix
];
}