dotfiles/hm/dev/default.nix

8 lines
92 B
Nix
Raw Normal View History

2024-01-08 22:59:06 +01:00
{ pkgs, config, ... }: {
imports = [
./c.nix
2024-01-09 20:00:12 +01:00
./python.nix
2024-01-08 22:59:06 +01:00
./common.nix
];
}