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

8 lines
155 B
Nix
Raw Normal View History

{ ... }:
{
nixpkgs.overlays = builtins.attrValues (import ../../../overlays);
2022-10-31 11:04:38 +01:00
imports = [ ./boot.nix ./pkg.nix ./user.nix ./system.nix ./hw.nix ];
}