9 lines
No EOL
83 B
Nix
Executable file
9 lines
No EOL
83 B
Nix
Executable file
{ config, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./programs
|
|
./services
|
|
./system
|
|
];
|
|
} |