nixfiles/home/dev/small/small.nix

13 lines
330 B
Nix

{tree, ...}: {
# basically everything apart from home.all.dev.debugging and home.all.dev.deploy-rs and extra archives
imports = with tree; [
home.dev.all.archives.common
home.dev.all.compression
home.dev.all.editors
home.dev.all.extra
home.dev.all.git
home.dev.all.info
home.dev.all.network
];
}