dotfiles/hm/dev/default.nix

12 lines
136 B
Nix
Raw Normal View History

2024-12-15 00:29:51 +01:00
{ pkgs, config, ... }:
{
2024-01-08 22:59:06 +01:00
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
];
}