nixfiles/profiles/home-manager/dev/small/small.nix

13 lines
233 B
Nix
Raw Normal View History

2024-07-24 14:13:59 +01:00
{tree, ...}: {
# basically everything apart from dev.debugging and extra archives
imports = with tree.profiles.home-manager.dev.all; [
archives.common
compression
editors
extra
git
info
network
];
}