Bruno BELANYI
e09da8505e
Its not actually a service, but more of a configuration needed by some services. Therefore it belongs in modules.
15 lines
173 B
Nix
15 lines
173 B
Nix
# Common modules
|
|
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./ergodox.nix
|
|
./language.nix
|
|
./media.nix
|
|
./networking.nix
|
|
./nix.nix
|
|
./packages.nix
|
|
./users.nix
|
|
];
|
|
}
|