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

6 lines
150 B
Nix
Raw Normal View History

2023-02-07 18:24:28 +01:00
{...}: {
nixpkgs.overlays = builtins.attrValues (import ../../../overlays);
2023-02-07 18:24:28 +01:00
imports = [./boot.nix ./pkg.nix ./user.nix ./system.nix ./hw.nix];
}