10 lines
229 B
Nix
10 lines
229 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
../../../modules/home
|
|
../../../modules/home/programs/misc/production
|
|
../../../modules/home/programs/misc/gaming/launchers
|
|
../../../modules/home/programs/misc/remote-desktop
|
|
];
|
|
}
|