Anthony Rodriguez
2b77ac239e
Moved every service in their own module, and conditionally enable them based on profiles.
8 lines
76 B
Nix
8 lines
76 B
Nix
{
|
|
imports = [
|
|
./core
|
|
./programs
|
|
./services
|
|
./style
|
|
];
|
|
}
|