nixfiles/presets/home-manager/minimalServer.nix

8 lines
120 B
Nix
Raw Normal View History

2024-07-24 15:11:46 +01:00
{tree, ...}: {
imports = with tree.profiles.home-manager; [
base.zsh
base.age-encryption
dev.small
];
}