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

14 lines
178 B
Nix
Raw Normal View History

{ ... }:
{
nixpkgs.overlays = builtins.attrValues (import ../../../overlays);
imports = [
./boot.nix
./pkg.nix
./user.nix
./system.nix
2018-11-05 12:04:06 +01:00
./hw.nix
];
}