5 lines
72 B
Nix
5 lines
72 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [ ./home.nix ./programs.nix ./services.nix ];
|
|
}
|