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

16 lines
172 B
Nix
Raw Normal View History

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