5 lines
135 B
Nix
5 lines
135 B
Nix
{tree, ...}: {
|
|
imports = with tree; [profiles.usb-automount];
|
|
home-manager.users.chaos = {imports = with tree; [home.ssh-usb];};
|
|
}
|