10 lines
185 B
Nix
10 lines
185 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
../../system/version.nix
|
|
../../system/user.nix
|
|
../../system/home-manager.nix
|
|
../../system/hardware.nix
|
|
../../system/services.nix
|
|
];
|
|
}
|