7 lines
141 B
Nix
7 lines
141 B
Nix
|
{tree, ...}: {
|
||
|
imports = with tree; [profiles.usbAutoMount];
|
||
|
home-manager.users.chaos = {
|
||
|
imports = with tree; [home.sshUSB];
|
||
|
};
|
||
|
}
|