8 lines
113 B
Nix
8 lines
113 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../../../modules/home
|
|
../../../modules/home/programs/misc/remote-desktop
|
|
];
|
|
}
|