infra/nix/os/profiles/common/configuration.nix
2022-11-03 20:46:14 +01:00

7 lines
155 B
Nix

{ ... }:
{
nixpkgs.overlays = builtins.attrValues (import ../../../overlays);
imports = [ ./boot.nix ./pkg.nix ./user.nix ./system.nix ./hw.nix ];
}