dotfiles/modules/common/programming/default.nix
Noah Masur 760a016842
replace nil ls with nixd language server
remove nixlang dedicated module
2024-04-25 13:25:25 -04:00

13 lines
138 B
Nix

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