dotfiles/hm/dev/default.nix
2024-01-11 23:54:03 +01:00

10 lines
120 B
Nix

{ pkgs, config, ... }: {
imports = [
./c.nix
./common.nix
./go.nix
./node.nix
./python.nix
];
}