infra/nixos/profiles/common/configuration.nix

10 lines
80 B
Nix
Raw Normal View History

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