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