dotfiles/hm/dev/default.nix

11 lines
136 B
Nix
Raw Normal View History

2024-01-08 22:59:06 +01:00
{ pkgs, config, ... }: {
imports = [
./c.nix
./common.nix
2024-01-10 14:01:18 +01:00
./go.nix
2024-01-11 23:54:03 +01:00
./node.nix
./prose.nix
2024-01-10 14:01:18 +01:00
./python.nix
2024-01-08 22:59:06 +01:00
];
}