infra/nixos/profiles/common/configuration.nix

9 lines
80 B
Nix

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