dotfiles/hm/dev/default.nix

8 lines
92 B
Nix

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