infra/nix/os/profiles/common/configuration.nix

10 lines
95 B
Nix

{ ... }:
{
imports = [
./boot.nix
./pkg.nix
./user.nix
./system.nix
];
}