dotfiles/home/langs/default.nix
2024-08-26 01:00:17 +02:00

6 lines
59 B
Nix

{
imports = [
./kubernetes.nix
./rust.nix
];
}