mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
17 lines
203 B
Nix
17 lines
203 B
Nix
{
|
|
inputs,
|
|
outputs,
|
|
lib,
|
|
config,
|
|
pkgs,
|
|
unstablePkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./core.nix
|
|
./homeserver/packages.nix
|
|
./homeserver/programs.nix
|
|
./homeserver/containers.nix
|
|
];
|
|
}
|